Module client

Source
Expand description

Module for GolemBase client functionality. Exposes the main client interface for interacting with the GolemBase network.

Structsยง

GolemBaseClient
A client for interacting with the GolemBase system. Provides methods for account management, entity operations, balance queries, and event subscriptions.
GolemBaseClientBuilder
Use builder syntax to set the inputs and finish with build().
GolemBaseRoClient
A client for interacting with the GolemBase system. Provides methods for account management, entity operations, balance queries, and event subscriptions.
GolemBaseRoClientBuilder
Use builder syntax to set the inputs and finish with build().
NonceManager
Tracks and assigns sequential Ethereum nonces for concurrent transactions.