The struct for zk login proof.

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

Properties

a b c

Properties

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