Interface CompilerOperationSuccessDataSignature

The result of a successful data_signature compiler operation.

Hierarchy

Properties

bytecode: Uint8Array
debug?: unknown

An additional, complex property that may be returned by custom compiler operations. For use in extending the compiler to support additional return information like CompilerOperationSuccessSignature.

signature: {
    digest: Uint8Array;
    message: Uint8Array;
}

Type declaration

  • digest: Uint8Array

    The digest of the raw message signed by a data signature.

  • message: Uint8Array

    The raw message signed by a data signature. This message is hashed once with sha256, and the digest is signed.

status: "success"

Generated using TypeDoc