Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPublisherName ¶
func GetRecordRevision ¶
Types ¶
type MetaApplied ¶
type MetaApplied struct {
Meta Applied `json:"meta"`
}
type MetaInvalid ¶
type MetaInvalid struct {
Meta Invalid `json:"meta"`
}
type MetaLatest ¶
type MetaLatest struct {
Meta Latest `json:"meta"`
}
type RMeta ¶
type RMeta struct { Block int64 `json:"block"` BlockHash string `json:"block_hash"` Deactivated bool `json:"deactivated"` SignedBy string `json:"signed_by"` PublisherName string `json:"publisher_name"` Time int64 `json:"time"` Tx *datastore.TransactionData `json:"-"` Txid string `json:"txid"` Type string `json:"type"` Normalizer int64 `json:"normalizer_id,omitempty"` Latest bool `json:"latest"` Original string `json:"original"` History []string `json:"history"` LastModified int64 `json:"last_modified"` RecordRaw string `json:"record_raw"` }
Click to show internal directories.
Click to hide internal directories.