Mapping from contract address in hex to nft metadata.
Same as above, this should exist for all erc721/1155.
Metadata containing both contract information and token information.
Information about this contract.
Mapping of token id in hex to token metadata.
Result of a simulation that optionally includes metadata. The Metadata can be undefined if 1: we did not request metadata. 2. the metadata retrieval failed.
Caller code needs to handle cases where Metadata fails with placeholder images.
Optional metadata.
Simulation that ran.
This file was automatically generated by json-schema-to-typescript. DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, and run json-schema-to-typescript to regenerate this file. This file was automatically generated by json-schema-to-typescript. DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, and run json-schema-to-typescript to regenerate this file.
Generated using TypeDoc
Mapping from contract address in hex to token metadata.
should exist for all ERC20 contracts that appear in the Simulation. Calling code needs to prepare for it not existing due to metadata retrieval failures.