Crate golem_base_sdk

Source

Modules§

eth
Module for Ethereum transaction-related functionality.
rpc
Module for JSON-RPC-related functionality.

Structs§

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.

Type Aliases§

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.