Interface: WatchAssetParameters
RPCSPEC07.WALLET_API.WatchAssetParameters
EIP-747:
See
https://github.com/ethereum/EIPs/blob/master/EIPS/eip-747.md
Hierarchy​
↳
WatchAssetParameters
Properties​
type​
• type: "ERC20"
Inherited from​
Asset.type
Defined in​
node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:32
options​
• options: Object
Type declaration​
Name | Type |
---|---|
address | string |
symbol? | string |
decimals? | number |
image? | string |
name? | string |
Inherited from​
Asset.options
Defined in​
node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:33