Interface GetChainDescriptorResponseAminoMsg

interface GetChainDescriptorResponseAminoMsg {
    type: "cosmos-sdk/GetChainDescriptorResponse";
    value: GetChainDescriptorResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/GetChainDescriptorResponse"