Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PLUGIN = node.NewPlugin("WebAPI getTransactionObjectsByHash Endpoint", node.Enabled, configure)
Functions ¶
This section is empty.
Types ¶
type Response ¶
type Response struct { Transactions []Transaction `json:"transaction,omitempty"` Error string `json:"error,omitempty"` }
type Transaction ¶
type Transaction struct { Hash trinary.Trytes `json:"hash,omitempty"` WeightMagnitude int `json:"weightMagnitude,omitempty"` TrunkTransactionHash trinary.Trytes `json:"trunkTransactionHash,omitempty"` BranchTransactionHash trinary.Trytes `json:"branchTransactionHash,omitempty"` Head bool `json:"head,omitempty"` Tail bool `json:"tail,omitempty"` Nonce trinary.Trytes `json:"nonce,omitempty"` Address trinary.Trytes `json:"address,omitempty"` Value int64 `json:"value,omitempty"` Timestamp uint `json:"timestamp,omitempty"` SignatureMessageFragment trinary.Trytes `json:"signatureMessageFragment,omitempty"` }
Click to show internal directories.
Click to hide internal directories.