Registry / crypto / cosmos-cosmos-sdk-ics23-go

cosmos-cosmos-sdk-ics23-go

JSON →
library0.8.0gogounverified

Package ics23 provides Go implementation of the Interchain Standards 23 (ICS23) for proving existence and non-existence of keys in a Merkle tree.

go get github.com/cosmos/cosmos-sdk/ics23/go
INSTALL
IMPORT
SIG · COSMOS-COSMOS-SDK-
C
cosmos-cosmos-sdk-ics23-go
cryptogov0.8.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ics23
github.com/cosmos/cosmos-sdk/ics23/go

Demonstrates basic usage of the ICS23 proof structure.

package main import ( "fmt" "github.com/cosmos/cosmos-sdk/ics23/go" ) func main() { proof := &ics23.Proof{} fmt.Println(proof) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
cosmos-cosmos-sdk-ics23-go — go get cosmos-cosmos-sdk-ics23-go · libregistry