types

package
v0.0.0-...-59a8832 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: Apache-2.0 Imports: 2 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterLegacyAminoCodec

func RegisterLegacyAminoCodec(legacyAmino *codec.LegacyAmino)

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() sdkTypes.Int
	CanSend(sdkTypes.Int) bool

	Subtract(sdkTypes.Int) Split
	Add(sdkTypes.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