interface AgoricChainMethods {
    getVBankAssetInfo: (() => Promise<AssetInfo[]>);
}

Properties

getVBankAssetInfo: (() => Promise<AssetInfo[]>)

Get asset info from agoricNames.vbankAsset.

Caches the query to agoricNames in the first call.