Balance And Transaction History
Asset Balances
You can also use the SDK instance (zkfi
), to query asset balances of the shielded account you initialized the SDK with:
The returned output is a mapping from the asset id to the balance value.
Transaction History
SDK instance can also be utilized to query transaction history list with:
Last updated