Skip to main content
Version: Next

Interface: WatchAssetParameters

Defined in: node_modules/@starknet-io/starknet-types-0103/dist/types/wallet-api/components.d.ts:108

EIP-747:

See

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

Extends

Properties

type

type: "ERC20"

Defined in: node_modules/@starknet-io/starknet-types-0103/dist/types/wallet-api/components.d.ts:32

Inherited from

Asset.type


options

options: object

Defined in: node_modules/@starknet-io/starknet-types-0103/dist/types/wallet-api/components.d.ts:33

address

address: string

symbol?

optional symbol?: string

decimals?

optional decimals?: number

image?

optional image?: string

name?

optional name?: string

Inherited from

Asset.options