@wharfkit/session - v4.0.1
    Preparing search index...

    Type Alias IdentityProofType

    IdentityProofType:
        | IdentityProof
        | string
        | {
            chainId: ChainIdType;
            expiration: TimePointType;
            scope: NameType;
            signature: SignatureType;
            signer: PermissionLevelType;
        }