Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BlockchainNamespace = "_blockchains"
Functions ¶
This section is empty.
Types ¶
type BitcoinTransactionType ¶
type BitcoinTransactionType string
const ( BitcoinTransactionTypeVIn BitcoinTransactionType = "vin" BitcoinTransactionTypeVOut BitcoinTransactionType = "vout" )
type ProcessStatus ¶
type ProcessStatus string
const ( QueuedProcessStatus ProcessStatus = "queued" ReadingProcessStatus ProcessStatus = "reading" PendingProcessStatus ProcessStatus = "pending" ConfirmedProcessStatus ProcessStatus = "confirmed" )
type Type ¶
type Type string
Type is the blockchain identifier
const ( // Ethereum Blockchain EthereumType Type = "ethereum" // Ethereum Morden Testnet EthereumMordenType Type = "ethereum-morden" // Ethereum Default Testnet EthereumRopstenType Type = "ethereum-ropsten" // Bitcoin Blockchain BitcoinType Type = "bitcoin" // Bitcoin Testnet BitcoinTestnetType Type = "bitcoin-testnet" )
Click to show internal directories.
Click to hide internal directories.