Type alias ProgramOwnedTreeRuleV1
ProgramOwnedTreeRuleV1: {
ProgramOwnedTree: {
proof_field: string;
pubkey_field: string;
root: number[];
};
}
Type declaration
-
ProgramOwnedTree: {
proof_field: string;
pubkey_field: string;
root: number[];
}
-
proof_field: string
-
pubkey_field: string
-
root: number[]