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 RedelegationResponse {
    entries: RedelegationEntryResponse[];
    redelegation: Redelegation;
}

Properties

redelegation: Redelegation