RedelegationEntryResponse is equivalent to a RedelegationEntry except that it contains a balance in addition to shares which is more suitable for client responses.

interface RedelegationEntryResponseAmino {
    balance?: string;
    redelegation_entry?: RedelegationEntryAmino;
}

Properties

balance?: string
redelegation_entry?: RedelegationEntryAmino