Delegation represents the bond with tokens held by an account. It is owned by one delegator, and is associated with the voting power of one validator.

interface DelegationSDKType {
    delegator_address: string;
    shares: string;
    validator_address: string;
}

Properties

delegator_address: string
shares: string
validator_address: string