@typeberry/native 0.2.0-e2a2c06 → 0.3.0-462f2ab
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/index.d.ts +1 -1
- package/index.js +8 -8
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -55,8 +55,8 @@ declare namespace reed_solomon_wasm_d_exports {
|
|
|
55
55
|
}
|
|
56
56
|
/* tslint:disable */
|
|
57
57
|
/* eslint-disable */
|
|
58
|
-
declare function encode(recovery_count: number, shards: ShardsCollection): ShardsCollection;
|
|
59
58
|
declare function decode(original_count: number, recovery_count: number, shards: ShardsCollection): ShardsCollection;
|
|
59
|
+
declare function encode(recovery_count: number, shards: ShardsCollection): ShardsCollection;
|
|
60
60
|
/**
|
|
61
61
|
* Collection of shards (either input or output).
|
|
62
62
|
*
|