json

package
v0.0.38 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	ExtractAsBytesMethod     = "extractAsBytes"
	ExtractAsBytesListMethod = "extractAsBytesList"
	ExtractAsUint256Method   = "extractAsUint256"
)
View Source
const GasCostPerByte = 100 // TODO: parameterize
View Source
const JSONAddress = "0x0000000000000000000000000000000000001003"

Variables

This section is empty.

Functions

This section is empty.

Types

type Precompile

type Precompile struct {
	pcommon.Precompile

	ExtractAsBytesID     []byte
	ExtractAsBytesListID []byte
	ExtractAsUint256ID   []byte
	// contains filtered or unexported fields
}

func NewPrecompile

func NewPrecompile() (*Precompile, error)

func (Precompile) Address

func (p Precompile) Address() common.Address

func (Precompile) ExtractAsUint256

func (p Precompile) ExtractAsUint256(_ sdk.Context, _ *abi.Method, args []interface{}, value *big.Int) (*big.Int, error)

func (Precompile) GetName

func (p Precompile) GetName() string

func (Precompile) IsTransaction

func (Precompile) IsTransaction(string) bool

func (Precompile) RequiredGas

func (p Precompile) RequiredGas(input []byte) uint64

RequiredGas returns the required bare minimum gas to execute the precompile.

func (Precompile) Run

func (p Precompile) Run(evm *vm.EVM, _ common.Address, _ common.Address, input []byte, value *big.Int, _ bool) (bz []byte, err error)

Jump to

Keyboard shortcuts

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