Function getLockedAssetAggregatedBalance
- getLockedAssetAggregatedBalance(queryable, accountId, assetId, types?): Promise<Amount>
Parameters
- queryable: Queryable
- accountId: BufferId
- assetId: BufferId
- types: null | string[] = null
Returns Promise<Amount>
Fetches the locked balances of a certain asset on a certain account and aggregates them all to a total amount.