Documentation
    Preparing search index...

    Interface ZkLoginAuthenticator

    An zk login authenticator with all the necessary fields.

    interface ZkLoginAuthenticator {
        inputs: ZkLoginInputs;
        maxEpoch: string;
        userSignature: Signature;
    }
    Index

    Properties

    maxEpoch: string
    userSignature: Signature