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

interface RedelegationEntryResponse {
    balance: string;
    redelegationEntry?: RedelegationEntry;
}

Properties

balance: string
redelegationEntry?: RedelegationEntry

Generated using TypeDoc