Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BalanceLeaf ¶
type NullifierLeaf ¶
type TestVector ¶
type TestVector[T BalanceLeaf | NullifierLeaf] struct { Transitions []Transition[T] `json:"transitions"` }
type Transition ¶
type Transition[T BalanceLeaf | NullifierLeaf] struct { PrevRoot common.Hash `json:"prev_root"` NewRoot common.Hash `json:"new_root"` UpdateLeaf UpdatedLeaf[T] `json:"updated_leaf"` }
type UpdatedLeaf ¶
type UpdatedLeaf[T BalanceLeaf | NullifierLeaf] struct { Key T `json:"key"` Value common.Hash `json:"value"` Path string `json:"path"` }
Click to show internal directories.
Click to hide internal directories.