@trustwallet/wallet-core 4.1.9 → 4.1.11
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/dist/generated/core_proto.d.ts +14 -81
- package/dist/generated/core_proto.js +55 -198
- package/dist/lib/wallet-core.js +151 -147
- package/dist/lib/wallet-core.wasm +0 -0
- package/dist/src/wallet-core.d.ts +1 -0
- package/package.json +1 -1
Binary file
|
@@ -223,6 +223,7 @@ export class Blockchain {
|
|
223
223
|
static internetComputer: Blockchain;
|
224
224
|
static nativeEvmos: Blockchain;
|
225
225
|
static nativeInjective: Blockchain;
|
226
|
+
static bitcoinCash: Blockchain;
|
226
227
|
}
|
227
228
|
export class Cardano {
|
228
229
|
static minAdaAmount(tokenBundle: Uint8Array | Buffer): number;
|