Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AssetChanges

Hierarchy

  • AssetChanges

Index

Properties

Properties

erc1155

erc1155: {}

Mapping of contract to ERC1155 events.

There could be multiple events coming from the same address. This could be empty.

Type declaration

erc20

erc20: {}

Mapping of contract to ERC20 events.

There could be multiple events coming from the same address. This could be empty.

Type declaration

erc721

erc721: {}

Mapping of contract to ERC721 events.

There could be multiple events coming from the same address. This could be empty.

Type declaration

native

native: Native[]

Native eth changes.

Generated using TypeDoc