Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AMeta ¶
type AMeta struct {
Block int64 `json:"block"`
BlockHash string `json:"block_hash"`
Deactivated bool `json:"deactivated"`
Blacklist Blacklist `json:"blacklist"`
Latest bool `json:"latest"`
OriginalTxid string `json:"originalTxid"`
PreviousEdits []string `json:"previousEdits"`
Signature string `json:"signature"`
Time int64 `json:"time"`
Tx *datastore.TransactionData `json:"-"`
Txid string `json:"txid"`
Type string `json:"type"`
}
type MetaInvalid ¶
type MetaInvalid struct {
Meta Invalid `json:"meta"`
}
type MetaLatest ¶
type MetaLatest struct {
Meta Latest `json:"meta"`
}
type OMeta ¶
type OMeta struct {
Block int64 `json:"block"`
BlockHash string `json:"block_hash"`
Completed bool `json:"completed"`
Invalid bool `json:"invalid"`
Signature string `json:"signature"`
Time int64 `json:"time"`
Tx *datastore.TransactionData `json:"-"`
Txid string `json:"txid"`
Type string `json:"type"`
OriginalTxid string `json:"originalTxid"`
PriorTxid string `json:"priorTxid"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.