oip042

package
v0.0.0-...-06c96c1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 19, 2020 License: MIT Imports: 20 Imported by: 0

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 Blacklist

type Blacklist struct {
	Blacklisted bool   `json:"blacklisted"`
	Filter      string `json:"filter"`
}

type Invalid

type Invalid struct {
	Invalid bool `json:"invalid"`
}

type Latest

type Latest struct {
	Latest bool `json:"latest"`
}

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"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL