Vana SDK - v4.1.0
    Preparing search index...

    Function buildMasterSignatureDelivery

    • Builds the authenticated master-signature plaintext delivered to an enclave.

      Parameters

      • evidence: EnclaveIdentityEvidence

        Verified enclave identity evidence.

      • masterSignature: `0x${string}`

        EIP-191 signature over the master-key message.

      • now: number = ...

        Issuance time in Unix seconds.

      Returns Promise<MasterSignatureDelivery>

      The authenticated plaintext delivery object.

      When the signature is malformed or does not belong to the owner.