Documentation
    Preparing search index...

    Interface ZkLoginProof

    The struct for zk login proof.

    interface ZkLoginProof {
        a: string[];
        b: string[][];
        c: string[];
    }
    Index

    Properties

    a b c

    Properties

    a: string[]
    b: string[][]
    c: string[]