A representation of the staking balance for a given asset on a specific date.

Constructors

Properties

Methods

  • Returns a list of StakingBalances for the provided network, asset, and address.

    Parameters

    • networkId: string

      The network ID.

    • assetId: string

      The asset ID.

    • addressId: string

      The address ID.

    • startTime: string

      The start time.

    • endTime: string

      The end time.

    Returns Promise<StakingBalance[]>

    The staking balances.