blockchains

package
v1.42.0 Latest Latest
Warning

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

Go to latest
Published: May 4, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var BlockchainNamespace = "_blockchains"

Functions

This section is empty.

Types

type BigNumber

type BigNumber string

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"
)

type Usage

type Usage string
const (
	SenderUsage   Usage = "sender"
	ReceiverUsage Usage = "receiver"
)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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