Expand description
Module for GolemBase client functionality. Exposes the main client interface for interacting with the GolemBase network.
Structsยง
- Golem
Base Client - A client for interacting with the GolemBase system. Provides methods for account management, entity operations, balance queries, and event subscriptions.
- Golem
Base Client Builder - Use builder syntax to set the inputs and finish with
build()
. - Golem
Base RoClient - A client for interacting with the GolemBase system. Provides methods for account management, entity operations, balance queries, and event subscriptions.
- Golem
Base RoClient Builder - Use builder syntax to set the inputs and finish with
build()
. - Nonce
Manager - Tracks and assigns sequential Ethereum nonces for concurrent transactions.