interface CosmosDelegationResponse {
    amount: DenomAmount;
    delegator: ChainAddress;
    validator: CosmosValidatorAddress;
}

Properties

amount: DenomAmount
delegator: ChainAddress