payment

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2017 License: ISC Imports: 17 Imported by: 0

Documentation

Overview

control of payment verification

Index

Constants

View Source
const (
	NonceLength = 64 // hex bytes

)

Variables

This section is empty.

Functions

func Finalise added in v0.2.0

func Finalise()

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

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.

Jump to

Keyboard shortcuts

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