Interface GetConfigurationDescriptorResponseAminoMsg

interface GetConfigurationDescriptorResponseAminoMsg {
    type: "cosmos-sdk/GetConfigurationDescriptorResponse";
    value: GetConfigurationDescriptorResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/GetConfigurationDescriptorResponse"