Values.TokenBalanceSourceThe balance of the token.
type nonrec t = {ownerIdentifier : OwnerIdentifier.t option;The container for the identifier of the owner.
*)tokenIdentifier : TokenIdentifier.t option;The identifier for the token, including the unique token ID and its blockchain network.
*)balance : String_.t option;The container of the token balance.
*)atBlockchainInstant : BlockchainInstant.t option;The time for when the TokenBalance is requested or the current time if a time is not provided in the request. This time will only be recorded up to the second.
*)lastUpdatedTime : BlockchainInstant.t option;The Timestamp of the last transaction at which the balance for the token in the wallet was updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `String of ChainAddress.t
| `Timestamp of Timestamp.t ])
list ])
list ]