New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@helios-lang/ledger

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@helios-lang/ledger - npm Package Compare versions

Comparing version

to
0.6.5

{
"name": "@helios-lang/ledger",
"version": "0.6.4",
"version": "0.6.5",
"description": "Latest ledger types (eg. for building transactions)",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -405,2 +405,9 @@ import { decodeBytes, encodeBytes, isBytes } from "@helios-lang/cbor"

/**
* @returns {string}
*/
toString() {
return this.toBech32()
}
/**
* @returns {UplcData}

@@ -407,0 +414,0 @@ */