()
| 684 | } |
| 685 | |
| 686 | isWalletEncrypted() { |
| 687 | return this.#walletData.key.isPrivKeyEncrypted() || (this.#walletData.key as TssKey.TssKey).isKeyChainEncrypted?.(); |
| 688 | } |
| 689 | |
| 690 | isUtxo() { |
| 691 | return BWCUtils.isUtxoChain(this.chain); |
no test coverage detected