Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateRawTxInput ¶
type CreateRawTxInput struct { Inputs RawTxInputs Outputs RawTxOutputs Locktime int32 Replaceable bool }
CreateRawTxInput CreateRawTxInput
type Explorer ¶
type Explorer interface { GetNewAddress(label string, atype string) string SendToAddress(inp SendAddressInput) *SendAddressOutput ListUnspent(inp *ListUnspentInput) *[]ListUuspentOutput CreateRawTransaction(inp *CreateRawTxInput) string //hex }
Explorer Explorer
type ListUnspentInput ¶
type ListUnspentInput struct { Minconf int64 Maxconf int64 Addresses []string IncludeUnsafe bool QueryOptions QueryOptions }
ListUnspentInput ListUnspentInput
type ListUuspentOutput ¶
type ListUuspentOutput struct { TxID string //hex Vout float64 Address string Label string ScriptPubKey string Amount float64 Confirmations int32 RedeemScript string //hex WitnessScript string Spendable bool Solvable bool Reused bool Desc string Safe bool }
ListUuspentOutput ListUuspentOutput
type QueryOptions ¶
type QueryOptions struct { MinimumAmount interface{} MaximumAmount interface{} MaximumCount interface{} MinimumSumAmount interface{} }
QueryOptions QueryOptions
type RawTxInputs ¶
RawTxInputs RawTxInputs
type RawTxOutputs ¶
RawTxOutputs RawTxOutputs
type SendAddressInput ¶
type SendAddressInput struct { Address string Amount float32 Comment string CommentTo string SubtractFeeFromAmount bool Replaceable bool ConfTarget int64 EstimateMode string AvoidReuse bool }
SendAddressInput SendAddressInput
type SendAddressOutput ¶
SendAddressOutput SendAddressOutput
Click to show internal directories.
Click to hide internal directories.