Interface RedelegationEntryResponseSDKType

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

interface RedelegationEntryResponseSDKType {
    balance: string;
    redelegation_entry: undefined | RedelegationEntrySDKType;
}

Properties

balance: string
redelegation_entry: undefined | RedelegationEntrySDKType