PubkeyTreeMatchRuleV1: {
    PubkeyTreeMatch: {
        proof_field: string;
        pubkey_field: string;
        root: number[];
    };
}

Type declaration

  • PubkeyTreeMatch: {
        proof_field: string;
        pubkey_field: string;
        root: number[];
    }
    • proof_field: string
    • pubkey_field: string
    • root: number[]

Generated using TypeDoc