subcall

package
v0.0.0-...-6b63afb Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ABI = func() ethABI.ABI {
	abi, err := ethABI.JSON(strings.NewReader(evmSubcallABIJson))
	if err != nil {
		panic(err)
	}
	return abi
}()

ABI is the ABI of the subcall contract.

View Source
var Compiled = func() []byte {
	contract, err := hex.DecodeString(strings.TrimSpace(CompiledHex))
	if err != nil {
		panic(fmt.Errorf("failed to decode contract: %w", err))
	}
	return contract
}()

Compiled is the compiled subcall contract.

View Source
var CompiledHex string

CompiledHex is the compiled subcall contract in hex encoding.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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