gorestapi

package
v0.0.0-...-888f0f9 Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ledger

type Ledger interface {
	GetLedgerStateDelta(ctx context.Context, round uint64) ([]byte, io.Closer, error)
	PutLedgerBlockData(ctx context.Context, round uint64, bData []byte) error
	GetLedgerGenesis(ctx context.Context) ([]byte, io.Closer, error)
	PutLedgerGenesis(ctx context.Context, gData []byte) error
	GetLedgerLastBlock() uint64
	WaitLedgerBlock(ctx context.Context, round uint64) (uint64, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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