Create an instance of L1XTokenNFTService.
JSONRPC client.
L1XCoreStubService instance.
Private
#clientThe JSON-RPC client used for communication with the L1X core.
Private
#coreRepresents an instance of the L1XCoreStubService, which provides access to core L1X functionality.
Private
#defaultRepresents a default base contract address for non fungible tokens (NFT).
Private
#optionsRepresents the options for cluster provider information associated with the L1XProvider.
Private
#vmRepresents an instance of the L1XVMService, which provides access to core L1X functionality.
Private
#handlePrivate
#makeMakes a read-only call to a smart contract.
Payload for the read-only call.
Result of the call.
Private
#makeMakes a state-changing function call to the smart contract.
Name of the function to call.
Function call attributes.
State-changing function call response.
Private
#preparePrepares the payload for a query.
Query attributes.
Prepared query payload.
Approves an address to spend an NFT.
Attributes for approving NFT.
State-changing function call response.
Burns an NFT.
Attributes for burning NFT.
State-changing function call response.
Creates an NFT.
Attributes for creating NFT.
NFT creation response.
Gets attributes of an NFT.
Attributes for getting NFT attributes.
NFT attributes.
Gets the balance of an NFT for a specific owner.
Attributes for getting NFT balance.
NFT balance response.
Gets the owned token ids of an NFT for a specific owner.
Attributes for getting NFT balance.
NFT owned token ids response.
Gets the owner of a specific NFT token ID.
Attributes for getting owner of an NFT.
Owner of the NFT token ID.
Gets the owner of a specific NFT token ID.
Attributes for getting owner of an NFT.
Owner of the NFT token ID.
Mints an NFT and assigns it to an address.
Attributes for minting NFT.
State-changing function call response.
Sets approval for all addresses to spend an NFT.
Attributes for setting approval for all.
State-changing function call response.
Transfers an NFT from one address to another.
Attributes for transferring NFT.
State-changing function call response.
Generated using TypeDoc
Represents a service for working with non-fungible tokens (NFTs).