@sidan-lab/sidan-csl-rs-browser
Advanced tools
Comparing version 0.8.3 to 0.8.4
@@ -5,3 +5,3 @@ { | ||
"description": "Wrapper around the cardano-serialization-lib for easier transaction building, heavily inspired by cardano-cli APIs", | ||
"version": "0.8.3", | ||
"version": "0.8.4", | ||
"license": "Apache-2.0", | ||
@@ -8,0 +8,0 @@ "files": [ |
@@ -50,3 +50,3 @@ <div align="center"> | ||
use whisky::{ | ||
builder::{IMeshTxBuilder, MeshTxBuilder}, | ||
builder::TxBuilder, | ||
model::{Asset, UTxO}, | ||
@@ -60,3 +60,3 @@ }; | ||
) -> String { | ||
let mut mesh = MeshTxBuilder::new_core(); | ||
let mut mesh = TxBuilder::new_core(); | ||
mesh.tx_out( | ||
@@ -63,0 +63,0 @@ &recipient_address, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6223487