Enumeration TokenType

The token type.

"native" - Refers to a native token for the chain. For Ethereum, the native token is ETH. "contract" - Refers to a non native token, one that is build from a contract like ERC20 on Ethereum. "nft" - Refers to contract token that is non-fungible.

It is possible this list is going to expand with other types of token. For example some chain might have a non-native token that is not created from contract. In that case a new token type will be added.

Enumeration Members

Enumeration Members

Contract: "contract"
Native: "native"

Generated using TypeDoc