package
0.34.20-reap.core.v0.1.14-rc8
Repository: https://github.com/reapchain/reapchain-core.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
DefaultMerkleKeyPathFn creates a function used to generate merkle key paths from a path string and a key.
KeyPathFn option can be used to set a function, which parses a given path and builds the merkle path for the prover.
NewClient returns a new client.
# Structs
Client is an RPC client, which uses light#Client to verify data (if it can be proved).
# Interfaces
LightClient is an interface that contains functionality needed by Client from the light client.go:generate mockery --case underscore --name LightClient.
# Type aliases
KeyPathFunc builds a merkle path out of the given path and key.
Option allow you to tweak Client.