package
0.0.0-20230530162105-6dcdc0ec4805
Repository: https://github.com/consideritdone/landslidecore.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.

# Type aliases

KeyPathFunc builds a merkle path out of the given path and key.
Option allow you to tweak Client.