DirectSecp256k1HdWallet
HD wallet using BIP-39 mnemonic with Protobuf Direct signing. ImplementsOfflineDirectSigner.
Static Methods
Instance Methods
Instance Properties
Options
Usage
DirectSecp256k1Wallet
Single-key wallet for Protobuf Direct signing. ImplementsOfflineDirectSigner.
DirectEthSecp256k1HdWallet
HD wallet using Ethereum’s secp256k1 curve for chains with EVM compatibility. Supportsgenerate, fromMnemonic, getAccounts, and signDirect like DirectSecp256k1HdWallet, but uses the Ethereum HD path m/44'/60'/0'/0/0 by default and Keccak-256 for address derivation. Does not support wallet serialization (serialize/deserialize).
DirectEthSecp256k1Wallet
Single-key wallet using Ethereum’s secp256k1 curve. SupportsfromKey, getAccounts, and signDirect like DirectSecp256k1Wallet, but reports algo: "eth_secp256k1" and uses Keccak-256 for signing.