Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertHexToText ¶
func ConvertTextToHex ¶
Types ¶
type OpReturn ¶
type OpReturn struct { RpcUser string RpcPW string RpcConnect string RpcPort string RpcPath string Address string PrivKey string PayInfos map[string]float64 Message string MessageHex string Unspents []Unspent Confirmations int LimitFeePerVByte float64 Fee float64 AmountBalanceUsedUnspends float64 RawTx string SignedRawTx string OpRetrunTxID string }
type OpReturnReadable ¶
type OpReturnReadables ¶
type OpReturnReadables struct { RpcUser string RpcPW string RpcConnect string RpcPort string RpcPath string Readables []OpReturnReadable }
func (*OpReturnReadables) RunInBlockHash ¶
func (opReturnReadables *OpReturnReadables) RunInBlockHash(blockHash string) (err error)
func (*OpReturnReadables) RunInBlockNum ¶
func (opReturnReadables *OpReturnReadables) RunInBlockNum(blockNum int64) (err error)
func (*OpReturnReadables) RunInTxIDs ¶
func (opReturnReadables *OpReturnReadables) RunInTxIDs(txids []string, onlyShowOpReturnTxIDs ...bool) (err error)
type Payment ¶
type Payment struct { RpcUser string RpcPW string RpcConnect string RpcPort string RpcPath string Address string PrivKey string PayInfos map[string]float64 Unspents []Unspent Confirmations int LimitFeePerVByte float64 Fee float64 AmountBalanceUsedUnspends float64 RawTx string SignedRawTx string PaymentTxID string }
type RemoteFees ¶
Click to show internal directories.
Click to hide internal directories.