Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ZKInput ¶
type ZKInput struct { Sender common.Address `json:"senderInput"` Root *merkletree.Hash `json:"stateRoot"` N int `json:"n"` Fn int `json:"Fn"` SiblingsFn []*merkletree.Hash `json:"siblingsFn"` OldKeyFn *merkletree.Hash `json:"oldKeyFn"` OldValueFn *merkletree.Hash `json:"oldValueFn"` IsOld0Fn bool `json:"isOld0Fn"` FnMinOne int `json:"FnMinOne"` SiblingsFnMinOne []*merkletree.Hash `json:"siblingsFnMinOne"` FnMinTwo int `json:"FnMinTwo"` SiblingsFnMinTwo []*merkletree.Hash `json:"siblingsFnMinTwo"` }
Click to show internal directories.
Click to hide internal directories.