Type alias VerifyLeafInstructionArgs
Verify
Leaf
Instruction
Args
: { index
: number; leaf
: Uint8Array; proof
: undefined | PublicKey<string>[]; root
: Uint8Array; }
Type declaration
-
index: number
-
leaf: Uint8Array
-
proof: undefined | PublicKey<string>[]
-
root: Uint8Array