Constructs a new instance of the L1XProvider class.
The default options for initializing the provider.
Private
#balancerPrivate
#coreRepresents an instance of the L1XCoreStubService, which provides access to core L1X functionality.
Private
#evmPrivate
#optionsRepresents the options for cluster provider information associated with the L1XProvider.
Private
#providerRepresents the cluster provider information associated with the L1XProvider.
Private
#tokensRepresents an instance of the L1XTokenService, which facilitates token-related operations using L1X services.
Private
#vmRepresents an instance of the L1XVMService, which facilitates VM operations using L1X services.
Private
#walletRepresents an instance of the L1XWalletService, which manages L1X wallet-related operations.
The core service used for additional functionality.
The core service used for additional functionality.
The core service used for additional functionality.
The token service for managing L1X tokens, both fungible and non-fungible.
The vm service for managing L1X VM.
The wallet service used for managing wallets, private keys, and signatures.
Generated using TypeDoc
Represents the L1XProvider class, which serves as a central interface for interacting with various L1X services and functionality. This class encapsulates access to core services, wallet management, and token-related operations.
See
L1XProvider