Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lucid/src/core/wasm_modules/cardano_message_signing_web/cardano_message_signing.d.ts>SigStructure

Lucid is a library, which allows you to create Cardano transactions and off-chain code for your Plutus contracts in JavaScript, Deno and Node.js.
Very Popular
Go to Latest
class SigStructure
import { SigStructure } from "https://deno.land/x/lucid@0.7.8/src/core/wasm_modules/cardano_message_signing_web/cardano_message_signing.d.ts";

Methods

context(): number
external_aad(): Uint8Array
free(): void
payload(): Uint8Array
set_sign_protected(sign_protected: ProtectedHeaderMap): void
to_bytes(): Uint8Array

Static Methods

from_bytes(bytes: Uint8Array): SigStructure
new(
context: number,
body_protected: ProtectedHeaderMap,
external_aad: Uint8Array,
payload: Uint8Array,
): SigStructure