Fetches all transfer strategy rules, configured on the chain, grouped by strategies and assets
The return type can be read as:
Map< strategyName: string, Map<assetId: string, TransferStrategyRuleAmount[]>> Copy
Map< strategyName: string, Map<assetId: string, TransferStrategyRuleAmount[]>>
where assetId will be "all" if a certain strategy accepts all assets
assetId
"all"
object to use when querying the blockchain
a map of transfer strategy rules grouped by strategies and assets.
Fetches all transfer strategy rules, configured on the chain, grouped by strategies and assets
The return type can be read as:
where
assetId
will be"all"
if a certain strategy accepts all assets