Interface TokenProviderAdapter

Hierarchy

  • TokenProviderAdapter

Implemented by

Methods

  • Get the contract token balances associated with the owner address.

    If contractAddresses is not specified, this function will return a list of balances of known tokens for the owner address. The behavior for which token is known is chain-specific.

    Parameters

    • ownerAddress: string
    • Optional contractAddresses: string[]

    Returns Promise<ContractTokenBalance[]>

Generated using TypeDoc