TokenFilter

The container of the token filter like the contract address on a given blockchain network or a unique token identifier on a given blockchain network.

You must always specify the network property of this container when using this operation.

Types

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

Properties

Link copied to clipboard

This is the address of the contract.

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: TokenFilter.Builder.() -> Unit = {}): TokenFilter
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