structs

package
v0.0.0-...-ab58f20 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2020 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogEventID

type LogEventID struct {
	BlockNumber uint64 // Number of the block containing the event
	Index       uint   // Index of the event within the block
}

LogEventID tracks the position of a watch event in the event log.

type OnChainBalance

type OnChainBalance struct {
	MyDeposit         *big.Int
	MyWithdrawal      *big.Int
	PeerDeposit       *big.Int
	PeerWithdrawal    *big.Int
	PendingWithdrawal *PendingWithdrawal
}

OnChainBalance tracks on chain balance values

type PendingWithdrawal

type PendingWithdrawal struct {
	Amount   *big.Int
	Receiver ctype.Addr
	Deadline uint64
}

Jump to

Keyboard shortcuts

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