Documentation ¶
Overview ¶
control of payment verification
Index ¶
Constants ¶
View Source
const (
NonceLength = 64 // hex bytes
)
Variables ¶
This section is empty.
Functions ¶
func Initialise ¶ added in v0.2.0
func Initialise(configuration *Configuration) error
Types ¶
type Configuration ¶ added in v0.2.0
type Configuration struct { UseDiscovery bool `libucl:"use_discovery" hcl:"use_discovery" json:"use_discovery"` Discovery *discoveryConfiguration `libucl:"discovery" hcl:"discovery" json:"discovery"` Bitcoin *currencyConfiguration `libucl:"bitcoin" hcl:"bitcoin" json:"bitcoin"` Litecoin *currencyConfiguration `libucl:"litecoin" hcl:"litecoin" json:"litecoin"` }
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
Detect payment records in the Bitcoin Block Chain Payments are indicated by OP_RETURN embedded data, this is compressed to fit it within the 80 byte Bitcoin limit.
|
Detect payment records in the Bitcoin Block Chain Payments are indicated by OP_RETURN embedded data, this is compressed to fit it within the 80 byte Bitcoin limit. |
client side of discovery proxy
|
client side of discovery proxy |
Detect payment records in the Litecoin Block Chain Payments are indicated by OP_RETURN embedded data, this is compressed to fit it within the 80 byte Litecoin limit.
|
Detect payment records in the Litecoin Block Chain Payments are indicated by OP_RETURN embedded data, this is compressed to fit it within the 80 byte Litecoin limit. |
Click to show internal directories.
Click to hide internal directories.