Values.BatchGetTokenBalanceInputSourceGets 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.
type nonrec t = {getTokenBalanceInputs : GetTokenBalanceInputList.t option;An array of BatchGetTokenBalanceInputItem objects whose balance is being requested.
*)}val 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 ]