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

x/lucid/src/core/mod.ts>Core.NativeScript#get_required_signers

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
method Core.NativeScript.prototype.get_required_signers
import { Core } from "https://deno.land/x/lucid@0.7.4/src/core/mod.ts";
const { NativeScript } = Core;

Returns an array of unique Ed25519KeyHashes contained within this script recursively on any depth level. The order of the keys in the result is not determined in any way.