Crate golem_base_sdk
Source - eth
- Module for Ethereum transaction-related functionality.
- rpc
- Module for JSON-RPC-related functionality.
- Address
- An Ethereum address, 20 bytes in length.
- Annotation
- A generic key-value pair structure.
- GolemBaseClient
- A client for interacting with the GolemBase system.
- GolemBaseClientBuilder
- Use builder syntax to set the inputs and finish with
build()
. - Url
- A parsed URL record.
- Hash
- A type alias for the hash used to identify entities in GolemBase.
- Key
- Type alias for the key used in annotations.
- NumericAnnotation
- Type alias for numeric annotations.
- PrivateKeySigner
- A signer instantiated with a locally stored private key.
- StringAnnotation
- Type alias for string annotations.