execution

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Execution

type Execution struct {
	// contains filtered or unexported fields
}

func NewChecker

func NewChecker() *Execution

func NewExecutor

func NewExecutor() *Execution

func (*Execution) AccumulatedFee

func (exe *Execution) AccumulatedFee() int64

func (*Execution) Execute

func (exe *Execution) Execute(trx *tx.Tx, sb sandbox.Sandbox) error

type Executor

type Executor interface {
	Execute(trx *tx.Tx, sb sandbox.Sandbox) error
	Fee() int64
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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