# Functions
UnmarshalFixedJSON decodes the input as a string with 0x prefix.
UnmarshalFixedText decodes the input as a string.
UnmarshalFixedUnprefixedText decodes the input as a string with optional 0x prefix.
# Variables
Errors.
Errors.
Errors.
Errors.
Errors.
Errors.
Errors.
Errors.
Errors.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetBlockHeaderVerboseResult models the data from the getblockheader command when the verbose flag is set.
GetBlockTemplateResult models the data returned from the getblocktemplate.
GetBlockTemplateResultAux models the coinbaseaux field of the getblocktemplate command.
GetBlockTemplateResultPt models the parents field of the getblocktemplate command.
GetBlockTemplateResultTx models the transactions field of the getblocktemplate command.
GetGraphStateResult data.
GetPeerInfoResult models the data returned from the getpeerinfo command.
GetRawTransactionsResult models the data from the getrawtransactions command.
GetUtxoResult models the data from the GetUtxo command.
InfoNodeResult models the data returned by the node server getnodeinfo command.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
for pow diff.
No description provided by the author
pow json result.
No description provided by the author
No description provided by the author
ScriptPubKeyResult models the scriptPubKey data of a tx script.
ScriptSig models a signature script.
GetBlockTemplateResult models the data returned from the getblocktemplate.
No description provided by the author
LL(getblocktemplate RPC) 2018-10-28 TemplateRequest is a request object as defined in BIP22 (https://en.bitcoin.it/wiki/BIP_0022), it is optionally provided as an argument to GetBlockTemplate RPC.
No description provided by the author
TransactionInput represents the inputs to a transaction.
No description provided by the author
TxRawResult models the data from the getrawtransaction command.
Vin models parts of the tx data.
No description provided by the author
Vout models parts of the tx data.
# Type aliases
No description provided by the author
No description provided by the author
The OrderedResult works as the order map[string]interface{}, which useful to marshal a Json map using a specific order Note: it works almost as the 'omitEmpty' set to true, empty value should be omitted when marshaling.
The Result works as method calling response can be marshaled as json map.