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

    Class SignSetupOpts

    Implements

    • EoaAuthPayload
    Index

    Constructors

    • Parameters

      • __namedParameters: {
            key_id: string;
            message: string;
            policy_integration_context?: string;
            signAlg: string;
            t: number;
        }

      Returns SignSetupOpts

    Properties

    key_id: string

    Select the key using it's ID

    message: string

    The message to sign

    policy_integration_context?: string

    Stringified JSON object forwarded to policy integrations.

    signAlg: string

    Select which signature algorithm to use

    t: number

    Number of nodes that will participate in the signature execution

    Accessors

    • get eoaRequestSchema(): {
          Request: { name: string; type: string }[];
          SignSetupOpts: { name: string; type: string }[];
      }

      Returns {
          Request: { name: string; type: string }[];
          SignSetupOpts: { name: string; type: string }[];
      }