niors 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/niors.d.ts +13 -13
- package/niors_bg.wasm +0 -0
- package/package.json +1 -1
package/niors.d.ts
CHANGED
|
@@ -818,19 +818,6 @@ export interface InitOutput {
|
|
|
818
818
|
readonly actionprogress_detail: (a: number) => [number, number];
|
|
819
819
|
readonly actionprogress_tx_hash: (a: number) => [number, number];
|
|
820
820
|
readonly init: () => void;
|
|
821
|
-
readonly __wbg_nioprotocolparameters_free: (a: number, b: number) => void;
|
|
822
|
-
readonly nioprotocolparameters_new: (a: bigint, b: bigint, c: number, d: number, e: bigint, f: bigint, g: bigint, h: bigint, i: number, j: number) => number;
|
|
823
|
-
readonly nioprotocolparameters_from_json: (a: number, b: number) => [number, number, number];
|
|
824
|
-
readonly nioprotocolparameters_min_fee_a: (a: number) => bigint;
|
|
825
|
-
readonly nioprotocolparameters_min_fee_b: (a: number) => bigint;
|
|
826
|
-
readonly nioprotocolparameters_max_tx_size: (a: number) => number;
|
|
827
|
-
readonly nioprotocolparameters_max_value_size: (a: number) => number;
|
|
828
|
-
readonly nioprotocolparameters_coins_per_utxo_byte: (a: number) => bigint;
|
|
829
|
-
readonly nioprotocolparameters_key_deposit: (a: number) => bigint;
|
|
830
|
-
readonly nioprotocolparameters_pool_deposit: (a: number) => bigint;
|
|
831
|
-
readonly nioprotocolparameters_drep_deposit: (a: number) => bigint;
|
|
832
|
-
readonly nioprotocolparameters_collateral_percentage: (a: number) => number;
|
|
833
|
-
readonly nioprotocolparameters_max_collateral_inputs: (a: number) => number;
|
|
834
821
|
readonly __wbg_niotransactionbuilder_free: (a: number, b: number) => void;
|
|
835
822
|
readonly niotransactionbuilder_new: (a: number) => [number, number, number];
|
|
836
823
|
readonly niotransactionbuilder_set_change_address: (a: number, b: number) => void;
|
|
@@ -869,6 +856,19 @@ export interface InitOutput {
|
|
|
869
856
|
readonly niodrep_from_scripthash: (a: number, b: number) => [number, number, number];
|
|
870
857
|
readonly niodrep_always_abstain: () => number;
|
|
871
858
|
readonly niodrep_always_no_confidence: () => number;
|
|
859
|
+
readonly __wbg_nioprotocolparameters_free: (a: number, b: number) => void;
|
|
860
|
+
readonly nioprotocolparameters_new: (a: bigint, b: bigint, c: number, d: number, e: bigint, f: bigint, g: bigint, h: bigint, i: number, j: number) => number;
|
|
861
|
+
readonly nioprotocolparameters_from_json: (a: number, b: number) => [number, number, number];
|
|
862
|
+
readonly nioprotocolparameters_min_fee_a: (a: number) => bigint;
|
|
863
|
+
readonly nioprotocolparameters_min_fee_b: (a: number) => bigint;
|
|
864
|
+
readonly nioprotocolparameters_max_tx_size: (a: number) => number;
|
|
865
|
+
readonly nioprotocolparameters_max_value_size: (a: number) => number;
|
|
866
|
+
readonly nioprotocolparameters_coins_per_utxo_byte: (a: number) => bigint;
|
|
867
|
+
readonly nioprotocolparameters_key_deposit: (a: number) => bigint;
|
|
868
|
+
readonly nioprotocolparameters_pool_deposit: (a: number) => bigint;
|
|
869
|
+
readonly nioprotocolparameters_drep_deposit: (a: number) => bigint;
|
|
870
|
+
readonly nioprotocolparameters_collateral_percentage: (a: number) => number;
|
|
871
|
+
readonly nioprotocolparameters_max_collateral_inputs: (a: number) => number;
|
|
872
872
|
readonly __wbg_nioproposalprocedure_free: (a: number, b: number) => void;
|
|
873
873
|
readonly nioproposalprocedure_new_info_action: (a: bigint, b: number, c: number, d: number, e: number, f: number, g: number) => [number, number, number];
|
|
874
874
|
readonly __wbg_niovotingprocedure_free: (a: number, b: number) => void;
|
package/niors_bg.wasm
CHANGED
|
Binary file
|