sdk.tap.balance(assetID)
double tapBalance = await joltzSDK.tap.balance(USDT_ID);
Parameters:
assetID: Hex encoded asset ID.
Return Value: The amount of the asset owned by the SDK.
sdk.tap.balance(assetID)double tapBalance = await joltzSDK.tap.balance(USDT_ID);
Parameters:
assetID: Hex encoded asset ID.Return Value: The amount of the asset owned by the SDK.