@silencelaboratories/walletprovider-sdk
    Preparing search index...

    Type Alias WpNonKeygenUserSignatures

    User signatures for signing, policy, and other non-keygen requests.

    type WpNonKeygenUserSignatures = {
        approvals: UserAuthentication[];
        default: UserAuthentication;
        grantees: UserAuthentication[];
    }
    Index

    Properties

    approvals: UserAuthentication[]
    grantees: UserAuthentication[]