Go to the source code of this file.
|
| std::string | secp256k1::coins::coin_address (const fast::Point &pubkey, const CoinParams &coin, bool testnet=false) |
| |
| std::string | secp256k1::coins::coin_address_p2pkh (const fast::Point &pubkey, const CoinParams &coin, bool testnet=false) |
| |
| std::string | secp256k1::coins::coin_address_p2wpkh (const fast::Point &pubkey, const CoinParams &coin, bool testnet=false) |
| |
| std::string | secp256k1::coins::coin_address_p2tr (const fast::Point &internal_key, const CoinParams &coin, bool testnet=false) |
| |
| std::string | secp256k1::coins::coin_address_p2sh_p2wpkh (const fast::Point &pubkey, const CoinParams &coin, bool testnet=false) |
| |
| std::string | secp256k1::coins::coin_address_p2sh (const std::array< std::uint8_t, 20 > &script_hash, const CoinParams &coin, bool testnet=false) |
| |
| std::string | secp256k1::coins::coin_address_cashaddr (const fast::Point &pubkey, const CoinParams &coin, bool testnet=false) |
| |
| std::string | secp256k1::coins::coin_wif_encode (const fast::Scalar &private_key, const CoinParams &coin, bool compressed=true, bool testnet=false) |
| |
| CoinKeyPair | secp256k1::coins::coin_derive (const fast::Scalar &private_key, const CoinParams &coin, bool testnet=false, const CurveContext *ctx=nullptr) |
| |