Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 710 Bytes

Erc1155TokenBalance.md

File metadata and controls

18 lines (16 loc) · 710 Bytes

Erc1155TokenBalance

Properties

Name Type Description Notes
address String A wallet or contract address in mixed-case checksum encoding.
ercType ErcTypeEnum
tokenId String
tokenUri String
metadata Erc1155TokenMetadata
chainId String The evm chain id.
balance String The address balance for the token, in units specified by the `decimals` value for the contract.

Enum: ErcTypeEnum

Name Value
ERC_1155 "ERC-1155"