Documentation
¶
Index ¶
- Constants
- Variables
- func AddressDecode(address string) ([]byte, error)
- func AddressEncode(payload []byte) string
- func CombineAndVerifyRawTransaction(emptyTrans string, hashs []TxHash) (string, bool)
- func SignRawTransactionHash(txHash string, prikey []byte) ([]byte, error)
- type Transaction
- type TxHash
- type TxIn
- type TxOut
- type Vin
- type Vout
Constants ¶
Variables ¶
View Source
var ( ErrorInvalidAddress = errors.New("Invalid address!") BTCBech32Alphabet = "qpzry9x8gf2tvdw0s3jn54khce6mua7l" CHARSET_REV = []int8{}/* 128 elements not displayed */ )
Functions ¶
func AddressDecode ¶
func AddressEncode ¶
Types ¶
type Transaction ¶
func DecodeEmptyTransaction ¶
func DecodeEmptyTransaction(emptyTrans string) (*Transaction, error)
type TxHash ¶
func (TxHash) GetTxAddress ¶
func (TxHash) GetTxHashHex ¶
Click to show internal directories.
Click to hide internal directories.