interface QueryDelegationResponseAminoMsg {
    type: "cosmos-sdk/QueryDelegationResponse";
    value: QueryDelegationResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/QueryDelegationResponse"