TokenIdentifier

The container for the identifier for the token including the unique token ID and its blockchain network.

Only the native tokens BTC and ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This is the token's contract address.

Link copied to clipboard

The blockchain network of the token.

Link copied to clipboard

The unique identifier of the token.

Functions

Link copied to clipboard
inline fun copy(block: TokenIdentifier.Builder.() -> Unit = {}): TokenIdentifier
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String