RedelegationResponse is equivalent to a Redelegation except that its entries contain a balance in addition to shares which is more suitable for client responses.

interface RedelegationResponseSDKType {
    entries: RedelegationEntryResponseSDKType[];
    redelegation: undefined | RedelegationSDKType;
}

Properties

redelegation: undefined | RedelegationSDKType