Interface: WatchAssetParameters
RPCSPEC09.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-io/starknet-types-09/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-io/starknet-types-09/dist/types/wallet-api/components.d.ts:33