Creates an instance of L1XTokenFTService.
The JSON-RPC client used for making requests.
The core service used for additional functionality.
The options for cluster provider information.
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
#optionsRepresents the options for cluster provider information associated with the L1XProvider.
Private
#handleAsynchronously generates a signed transaction payload for a state-changing function call to a smart contract.
The arguments for the state-changing call.
A Promise that resolves to the signed transaction payload.
Asynchronously initializes a smart contract.
The initialization arguments.
A Promise that resolves to the response of the initialization.
Asynchronously makes a read-only call to a smart contract.
The arguments for the read-only call.
A Promise that resolves to the result of the call.
Asynchronously makes a state-changing function call to a smart contract.
The arguments for the state-changing call.
A Promise that resolves to the response of the call.
Generated using TypeDoc
Service class for interacting with L1X Virtual Machine functionality.
See