Skip to main content
Version: 6.11.0

Interface: WatchAssetParameters

RPCSPEC07.WALLET_API.WatchAssetParameters

EIP-747:

See

https://github.com/ethereum/EIPs/blob/master/EIPS/eip-747.md

Hierarchy​

  • Asset

    ↳ 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​

NameType
addressstring
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