Skip to content

Commit

Permalink
Flowgen update
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed Sep 25, 2021
1 parent 050b1ec commit af442ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/pkg/cardano_serialization_lib.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -4945,7 +4945,7 @@ declare export class TransactionBuilder {
* @param {BigNum} minimum_utxo_val
* @param {BigNum} pool_deposit
* @param {BigNum} key_deposit
* @param {number} max_output_size
* @param {number} max_value_size
* @param {number} max_tx_size
* @returns {TransactionBuilder}
*/
Expand All @@ -4954,7 +4954,7 @@ declare export class TransactionBuilder {
minimum_utxo_val: BigNum,
pool_deposit: BigNum,
key_deposit: BigNum,
max_output_size: number,
max_value_size: number,
max_tx_size: number
): TransactionBuilder;

Expand Down

0 comments on commit af442ea

Please sign in to comment.