Values.BatchGetTokenBalanceInputItemSourceThe container for the input for getting a token balance.
type nonrec t = {tokenIdentifier : TokenIdentifier.t;ownerIdentifier : OwnerIdentifier.t;atBlockchainInstant : BlockchainInstant.t option;}val make :
?atBlockchainInstant:??? ->
tokenIdentifier:TokenIdentifier.t ->
ownerIdentifier:OwnerIdentifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of ChainAddress.t
| `Timestamp of Timestamp.t ])
list ])
list ]