@sidan-lab/sidan-csl-rs-browser
Advanced tools
Comparing version 0.9.3 to 0.9.4
@@ -5,3 +5,3 @@ { | ||
"description": "Wrapper around the cardano-serialization-lib for easier transaction building, heavily inspired by cardano-cli APIs", | ||
"version": "0.9.3", | ||
"version": "0.9.4", | ||
"license": "Apache-2.0", | ||
@@ -8,0 +8,0 @@ "files": [ |
@@ -59,4 +59,4 @@ <div align="center"> | ||
) -> String { | ||
let mut mesh = TxBuilder::new_core(); | ||
mesh.tx_out( | ||
let mut tx_builder = TxBuilder::new_core(); | ||
tx_builder.tx_out( | ||
&recipient_address, | ||
@@ -70,3 +70,3 @@ vec![Asset::new_from_str("lovelace", "1000000")], | ||
mesh.tx_hex() | ||
tx_builder.tx_hex() | ||
} | ||
@@ -73,0 +73,0 @@ ``` |
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
7312142
50621