Function: query_tokenization_block()
function query_tokenization_block(
wallet,
queries
): Promise<OnChainQueryResult[]>;
Queries TokenizationBlock
and returns results of the queries. Note, results of
this function should be cached by the caller
Parameters
• wallet: Wallet
• queries: OnChainQuery
[]
Returns
Promise
<OnChainQueryResult
[]>