contracts

package
v0.9.3 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2022 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var LiquidStaking = Contract{
	// contains filtered or unexported fields
}
View Source
var TokenWrapper = Contract{
	// contains filtered or unexported fields
}

Functions

This section is empty.

Types

type Contract

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

func (*Contract) GetABI

func (contract *Contract) GetABI() abi.ABI

func (*Contract) GetAddress

func (contract *Contract) GetAddress() common.Address

func (*Contract) GetMethodAndArguments

func (contract *Contract) GetMethodAndArguments(inputData []byte) (*abi.Method, []interface{}, error)

func (*Contract) GetName

func (contract *Contract) GetName() string

func (*Contract) GetSDKMsgAndSender added in v0.3.0

func (contract *Contract) GetSDKMsgAndSender() map[string]func(arguments []interface{}) (sdk.Msg, common.Address, error)

func (*Contract) SetABI

func (contract *Contract) SetABI(contractABIString string)

func (*Contract) SetAddress added in v0.6.0

func (contract *Contract) SetAddress(address common.Address)

type ContractI

type ContractI interface {
	GetName() string
	GetAddress() common.Address
	SetAddress(common.Address)
	GetABI() abi.ABI
	SetABI(contractABIString string)
	GetSDKMsgAndSender() map[string]func(arguments []interface{}) (sdk.Msg, common.Address, error)
	GetMethodAndArguments(inputData []byte) (*abi.Method, []interface{}, error)
}

Jump to

Keyboard shortcuts

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