Represents a service for working with non-fungible tokens (NFTs).

Hierarchy

  • L1XTokenNFTService

Constructors

Properties

#client: JSONRPCLib

The JSON-RPC client used for communication with the L1X core.

Represents an instance of the L1XCoreStubService, which provides access to core L1X functionality.

#defaultBaseContractAddress: string = ""

Represents a default base contract address for non fungible tokens (NFT).

#options: ProviderAttrib

Represents the options for cluster provider information associated with the L1XProvider.

Memberof

L1XProvider

Instance

See

ProviderAttrib

Represents an instance of the L1XVMService, which provides access to core L1X functionality.

Methods

  • Handles fallback value.

    Parameters

    • data: any

      Data to handle.

    • Optional fallbackValue: any

      Fallback value if data is falsy.

    Returns any

    Handled value.

Generated using TypeDoc