types

package
v0.0.0-...-3979f71 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2023 License: MIT Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EncodedBlockCert

type EncodedBlockCert struct {
	Block       sdk.Block              `codec:"block"`
	Certificate map[string]interface{} `codec:"cert"`
	// contains filtered or unexported fields
}

EncodedBlockCert contains the encoded block and the corresponding encoded certificate

type SpecialAddresses

type SpecialAddresses struct {
	FeeSink     sdk.Address
	RewardsPool sdk.Address
}

SpecialAddresses holds addresses with nonstandard properties.

type ValidatedBlock

type ValidatedBlock struct {
	Block sdk.Block `codec:"Blk"`
	Delta sdk.LedgerStateDelta
}

A ValidatedBlock represents an Block that has been successfully validated and can now be recorded in the ledger.

Jump to

Keyboard shortcuts

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