types

package
v1.0.1-0...-9b07162 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Height

type Height interface {
	Bytes() []byte
	Get() int64
	ValidateBasic() error

	// Compare returns 1 if height is greater than compareHeight
	// Compare returns 0 if height is equal to compareHeight
	// Compare returns -1 if height is less than compareHeight
	Compare(Height) int
}

Height type to represent blockchain's block height 0 height === chain genesis block height -1 height === infinite block height

type Split

type Split interface {
	GetValue() math.Int
	CanSend(math.Int) bool

	Subtract(math.Int) Split
	Add(math.Int) Split
	ValidateBasic() error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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