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

interface DelegationResponseSDKType {
    balance: undefined | CoinSDKType;
    delegation: undefined | DelegationSDKType;
}

Properties

Properties

balance: undefined | CoinSDKType
delegation: undefined | DelegationSDKType