Creates a random legacy Pay-to-Public-Key-Hash key pair, networkInput is Mainnet by default, set to "testnet" if you want testnet.
networkInput:Creates a random native (bech32) segwit key pair, networkInput is Mainnet by default, change to "testnet" for testnet
networkInput:Creates a random p2sh wrapped segwit key pair, networkInput is Mainnet by default, change to "testnet" for testnet
networkInput:Creates a random key pair and outputs all 3 address types (P2PKH, P2WPKH, P2SH-P2WPKH), networkInput is Mainnet by default, change to "testnet" for testnet
networkInput:Takes a WIF private key and outputs all 3 address types, redeem script and public key
wif:No parameters. Generates a new random BIP39 mnemonic phrase
Converts a mnemonic phrase to a hexidecimal seed.
mnemonic:3 parameters (string, ,integer, integer). First parameter is a hex seed. Second is derivation path (either 44, 49, 84). Third parameter is HD account.
seed:3 parameters (string, ,integer, integer). First parameter is a hex seed. Second is derivation path (either 44, 49, 84). Third parameter is HD account.
seed:Converts an HD Hex Seed to a key pair. 5 parameters (string, integer, integer, integer, integer). First parameter is hex seed. Second is derivation path (valid 44, 49, 84). Third is HD account. Fourth is change address account. Fifth is key index.
seed:3 parameters (string, integer, integer, integer/string). First parameter is xpub/ypub/zpub. Second is change address account. Third parameter is key index.
xpub:3 parameters (string, integer, integer). First parameter is xprv/yprv/zprv. Second is change address account. Third parameter is key index.
xprv/yprv/zprv: