Skip to content

Commit aee3f90

Browse files
committed
update js flow
1 parent c3cc9f4 commit aee3f90

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

rust/pkg/cardano_serialization_lib.js.flow

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,14 @@ declare export var ScriptSchema: {|
426426
+Node: 1, // 1
427427
|};
428428

429+
/**
430+
*/
431+
432+
declare export var CborContainerType: {|
433+
+Array: 0, // 0
434+
+Map: 1, // 1
435+
|};
436+
429437
/**
430438
*/
431439
declare export class Address {
@@ -9130,6 +9138,11 @@ declare export class TransactionOutput {
91309138
* @returns {TransactionOutput}
91319139
*/
91329140
static new(address: Address, amount: Value): TransactionOutput;
9141+
9142+
/**
9143+
* @returns {number | void}
9144+
*/
9145+
serialization_format(): number | void;
91339146
}
91349147
/**
91359148
*/

0 commit comments

Comments
 (0)