package
1.27.4
Repository: https://github.com/0xsequence/ethkit.git
Documentation: pkg.go.dev

# README

ethwallet

inspired by the work of Miguel Mota at github.com/miguelmota/go-ethereum-hdwallet and Richard Moore at github.com/ethers-io/ethers.js

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewSeedFromMnemonic returns a BIP-39 seed based on a BIP-39 mnemonic.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ParseDerivationPath parses the derivation path in string format into []uint32.
No description provided by the author
RandomSeed returns a randomly generated BIP-39 seed.
No description provided by the author
No description provided by the author
Validate the public key address of a signed message.

# Constants

Entropy bit size constants for 12 and 24 word mnemonics.
Entropy bit size constants for 12 and 24 word mnemonics.

# Variables

DefaultBaseDerivationPath is the base path from which custom derivation endpoints are incremented.
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
WalletProvider is a helper to query the provider in context of the wallet address.