Versions in this module Expand all Collapse all v0 v0.0.2 May 17, 2020 v0.0.1 May 12, 2020 Changes in this version + func Address(pubkey string) string + func FaucetTx() + func GetMD5Hash(text string) string + func GetSHAHash(text string) string + func MsgHash(message string) []byte + func PrivKeyFromHex(hexString string) btcec.PrivateKey + func PrivKeyToHex(privkey btcec.PrivateKey) string + func PubFromSecret(secret string) btcec.PublicKey + func PubHexFromSecret() string + func PubKeyFromHex(hexString string) btcec.PublicKey + func PubKeyToHex(pubkey btcec.PublicKey) string + func RandomPublicKey() string + func RemovePubTx(tx block.Tx) block.Tx + func RemoveSigTx(tx block.Tx) block.Tx + func Sign(keypair Keypair, message string) btcec.Signature + func SignMsgHash(keypair Keypair, message string) btcec.Signature + func SignTx(tx block.Tx, keypair Keypair) btcec.Signature + func SignTxAdd(tx block.Tx, keypair Keypair) block.Tx + func SignatureFromHex(hexString string) btcec.Signature + func SignatureToHex(sig btcec.Signature) string + func TxHash(tx block.Tx) [32]byte + func VerifyMessageSign(signature btcec.Signature, keypair Keypair, message string) bool + func VerifyMessageSignPub(signature btcec.Signature, pubkey btcec.PublicKey, message string) bool + func VerifyTxSig(tx block.Tx) bool + type Keypair struct + PrivKey btcec.PrivateKey + PubKey btcec.PublicKey + func PairFromHex(hexString string) Keypair + func PairFromSecret(secret string) Keypair