Module Values.BatchGetTokenBalanceInputSource

Gets the token balance for a batch of tokens by using the BatchGetTokenBalance action for every token in the request. Only the native tokens BTC and ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.

Sourcetype nonrec t = {
  1. getTokenBalanceInputs : GetTokenBalanceInputList.t option;
    (*

    An array of BatchGetTokenBalanceInputItem objects whose balance is being requested.

    *)
}
Sourceval make : ?getTokenBalanceInputs:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of ChainAddress.t | `Timestamp of Timestamp.t ]) list ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t