@trustwallet/wallet-core 3.0.9 → 3.1.0
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.
Binary file
|
@@ -442,6 +442,7 @@ export class Blockchain {
|
|
442
442
|
static nervos: Blockchain;
|
443
443
|
static everscale: Blockchain;
|
444
444
|
static aptos: Blockchain;
|
445
|
+
static hedera: Blockchain;
|
445
446
|
}
|
446
447
|
export class HDVersion {
|
447
448
|
value: number;
|
@@ -575,6 +576,7 @@ export class CoinType {
|
|
575
576
|
static nervos: CoinType;
|
576
577
|
static everscale: CoinType;
|
577
578
|
static aptos: CoinType;
|
579
|
+
static hedera: CoinType;
|
578
580
|
}
|
579
581
|
export class RippleXAddress {
|
580
582
|
static equal(lhs: RippleXAddress, rhs: RippleXAddress): boolean;
|