Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DistributionAPI

Hierarchy

  • BaseAPI
    • DistributionAPI

Index

Constructors

constructor

Methods

communityPool

  • communityPool(params?: APIParams): Promise<Coins>

parameters

rewards

  • rewards(delegator: string, params?: APIParams): Promise<Rewards>

validatorCommission

  • validatorCommission(validator: string, params?: APIParams): Promise<Coins>

withdrawAddress

  • withdrawAddress(delegator: string, params?: APIParams): Promise<string>
  • Gets the withdraw address of a delegator, the address to which rewards are withdrawn.

    Parameters

    • delegator: string
    • params: APIParams = {}

    Returns Promise<string>