We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3cc9f4 commit aee3f90Copy full SHA for aee3f90
rust/pkg/cardano_serialization_lib.js.flow
@@ -426,6 +426,14 @@ declare export var ScriptSchema: {|
426
+Node: 1, // 1
427
|};
428
429
+/**
430
+ */
431
+
432
+declare export var CborContainerType: {|
433
+ +Array: 0, // 0
434
+ +Map: 1, // 1
435
+|};
436
437
/**
438
*/
439
declare export class Address {
@@ -9130,6 +9138,11 @@ declare export class TransactionOutput {
9130
9138
* @returns {TransactionOutput}
9131
9139
9132
9140
static new(address: Address, amount: Value): TransactionOutput;
9141
9142
+ /**
9143
+ * @returns {number | void}
9144
9145
+ serialization_format(): number | void;
9133
9146
}
9134
9147
9135
9148
0 commit comments