swap

package
v2.0.1 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrFieldLength denotes p2p.Header having malformed field length in bytes
	ErrFieldLength = errors.New("field length error")
	// ErrNoExchangeHeader denotes p2p.Header lacking specified field
	ErrNoExchangeHeader = errors.New("no exchange header")
	// ErrNoDeductionHeader denotes p2p.Header lacking specified field
	ErrNoDeductionHeader = errors.New("no deduction header")
)

Functions

func MakeSettlementHeaders

func MakeSettlementHeaders(exchangeRate, deduction *big.Int) p2p.Headers

func ParseDeductionHeader

func ParseDeductionHeader(receivedHeaders p2p.Headers) (*big.Int, error)

func ParseExchangeHeader

func ParseExchangeHeader(receivedHeaders p2p.Headers) (*big.Int, error)

func ParseSettlementResponseHeaders

func ParseSettlementResponseHeaders(receivedHeaders p2p.Headers) (exchange, deduction *big.Int, err error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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