getTokenTagByEver
功能
通过 symbol
获取 token tag
。
token tag 由 chainType
,symbol
,id
, 组成,是支付存储费用时所需 token 的唯一标识。
示例
import { getTokenTagByEver } from 'arseeding-js'
const run = async () => {
const currency = '<payment token symbol, such as eth, usdc. >'
const tokenTags = await getTokenTagByEver(currency)
}
参数
字段 | 描述 |
---|---|
currency | 需要支付的 symbol, usdc, eth 等。 |
返回示例数据
[
'ethereum-usdc-0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48',
// ...
]