Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnchorFile ¶
type AnchorFile struct { // BatchFileHash is encoded hash of the batch file BatchFileHash string `json:"batchFileHash"` // MerkleRoot is encoded root hash of the Merkle tree constructed from // the operations included in the batch file MerkleRoot string `json:"merkleRoot"` }
AnchorFile defines the schema of a Anchor File and its related operations.
type BatchFile ¶
type BatchFile struct { // operations included in this batch file, each operation is an encoded string Operations []string `json:"operations"` }
BatchFile defines the schema of a Batch File and its related operations.
type Handler ¶
type Handler struct{}
Handler creates batch/anchor files from operations
Click to show internal directories.
Click to hide internal directories.