interface DelegationResponseAminoMsg {
    type: "cosmos-sdk/DelegationResponse";
    value: DelegationResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/DelegationResponse"