Interface RedelegationEntryResponseAminoMsg

interface RedelegationEntryResponseAminoMsg {
    type: "cosmos-sdk/RedelegationEntryResponse";
    value: RedelegationEntryResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/RedelegationEntryResponse"