Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OMeta ¶
type OMeta struct {
Block int64 `json:"block"`
BlockHash string `json:"block_hash"`
Blacklist Blacklist `json:"blacklist"`
Deactivated bool `json:"deactivated"`
Signature string `json:"signature"`
Time int64 `json:"time"`
Tx *datastore.TransactionData `json:"-"`
Txid string `json:"txid"`
Type string `json:"type"`
}
Click to show internal directories.
Click to hide internal directories.