Documentation
    Preparing search index...

    Interface ZkLoginInputs

    All inputs required for the zk login proof verification and other public inputs.

    interface ZkLoginInputs {
        addressSeed: string;
        headerBase64: string;
        issBase64Details: Claim;
        proofPoints: ZkLoginProof;
    }
    Index

    Properties

    addressSeed: string
    headerBase64: string
    issBase64Details: Claim
    proofPoints: ZkLoginProof