Skip to main content
Module

x/lucid/mod.ts>equals

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
function equals
Re-export
import { equals } from "https://deno.land/x/lucid@0.10.0/mod.ts";

Check whether binary arrays are equal to each other.

Parameters

a: Uint8Array

first array to check equality

b: Uint8Array

second array to check equality

Returns

boolean