Skip to content

Commit

Permalink
publish version 11.1.0-minswap.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ljttl3q04t committed Mar 7, 2024
1 parent 9303292 commit 623b8f4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cardano-serialization-lib",
"version": "11.1.0-minswap.19",
"version": "11.1.0-minswap.20",
"description": "(De)serialization functions for the Cardano blockchain along with related utility functions",
"scripts": {
"rust:build-nodejs": "(rimraf ./rust/pkg && cd rust; wasm-pack build --target=nodejs; cd ..; npm run js:ts-json-gen; cd rust; wasm-pack pack) && npm run js:flowgen",
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cardano-serialization-lib"
version = "11.1.0-minswap.19"
version = "11.1.0-minswap.20"
edition = "2018"
authors = ["EMURGO"]
license = "MIT"
Expand Down
5 changes: 5 additions & 0 deletions rust/pkg/cardano_serialization_lib.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -7881,6 +7881,11 @@ declare export class TransactionBuilder {
*/
set_inputs(inputs: TxInputsBuilder): void;

/**
* @returns {TransactionOutputs}
*/
reset_outputs(): TransactionOutputs;

/**
* @param {TxInputsBuilder} collateral
*/
Expand Down

0 comments on commit 623b8f4

Please sign in to comment.