GetCodecDescriptorResponse is the response returned by the GetCodecDescriptor RPC

interface GetCodecDescriptorResponseAmino {
    codec?: CodecDescriptorAmino;
}

Properties

Properties

codec describes the application codec such as registered interfaces and implementations