Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrSpanNotFound = errors.New("span not found")
Functions ¶
This section is empty.
Types ¶
type CosmosHeader ¶
type CosmosProof ¶
type CosmosProof struct {
Value CosmosProofValue
Proof merkle.Proof
Header CosmosHeader
}
type CosmosProofValue ¶
type HeaderWithOptionalProof ¶
type HeaderWithOptionalProof struct {
Header ethtypes.Header
Proof []byte // json var proof CosmosProof
}
json marshal
func (*HeaderWithOptionalProof) Hash ¶
func (h *HeaderWithOptionalProof) Hash() common.Hash
Click to show internal directories.
Click to hide internal directories.