lib

package
v2.0.0-...-547a3fa Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CosmosTypesABI = CosmosTypesMetaData.ABI

CosmosTypesABI is the input ABI used to generate the binding from. Deprecated: Use CosmosTypesMetaData.ABI instead.

View Source
var CosmosTypesBin = CosmosTypesMetaData.Bin

CosmosTypesBin is the compiled bytecode used for deploying new contracts. Deprecated: Use CosmosTypesMetaData.Bin instead.

View Source
var CosmosTypesMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"components\":[{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"},{\"internalType\":\"string\",\"name\":\"denom\",\"type\":\"string\"}],\"internalType\":\"structCosmos.Coin\",\"name\":\"\",\"type\":\"tuple\"}],\"name\":\"coin\",\"outputs\":[],\"stateMutability\":\"pure\",\"type\":\"function\"}]",
	Bin: "0x608060405234801561000f575f80fd5b5060e18061001c5f395ff3fe6080604052348015600e575f80fd5b50600436106026575f3560e01c80632ff6e5df14602a575b5f80fd5b60406004803603810190603c9190606c565b6042565b005b50565b5f80fd5b5f80fd5b5f80fd5b5f604082840312156063576062604d565b5b81905092915050565b5f60208284031215607e57607d6045565b5b5f82013567ffffffffffffffff81111560985760976049565b5b60a2848285016051565b9150509291505056fea2646970667358221220b4a4d631241cbdc75e6e75e055823dd6db1594434c76b5c414647e9ea8f8953a64736f6c63430008150033",
}

CosmosTypesMetaData contains all meta data concerning the CosmosTypes contract.

Functions

This section is empty.

Types

type CosmosCoin

type CosmosCoin struct {
	Amount *big.Int
	Denom  string
}

CosmosCoin is an auto generated low-level Go binding around an user-defined struct.

type CosmosTypes

type CosmosTypes struct {
	CosmosTypesCaller     // Read-only binding to the contract
	CosmosTypesTransactor // Write-only binding to the contract
	CosmosTypesFilterer   // Log filterer for contract events
}

CosmosTypes is an auto generated Go binding around an Ethereum contract.

func DeployCosmosTypes

func DeployCosmosTypes(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *CosmosTypes, error)

DeployCosmosTypes deploys a new Ethereum contract, binding an instance of CosmosTypes to it.

func NewCosmosTypes

func NewCosmosTypes(address common.Address, backend bind.ContractBackend) (*CosmosTypes, error)

NewCosmosTypes creates a new instance of CosmosTypes, bound to a specific deployed contract.

type CosmosTypesCaller

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

CosmosTypesCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewCosmosTypesCaller

func NewCosmosTypesCaller(address common.Address, caller bind.ContractCaller) (*CosmosTypesCaller, error)

NewCosmosTypesCaller creates a new read-only instance of CosmosTypes, bound to a specific deployed contract.

func (*CosmosTypesCaller) Coin

func (_CosmosTypes *CosmosTypesCaller) Coin(opts *bind.CallOpts, arg0 CosmosCoin) error

Coin is a free data retrieval call binding the contract method 0x2ff6e5df.

Solidity: function coin((uint256,string) ) pure returns()

type CosmosTypesCallerRaw

type CosmosTypesCallerRaw struct {
	Contract *CosmosTypesCaller // Generic read-only contract binding to access the raw methods on
}

CosmosTypesCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*CosmosTypesCallerRaw) Call

func (_CosmosTypes *CosmosTypesCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

type CosmosTypesCallerSession

type CosmosTypesCallerSession struct {
	Contract *CosmosTypesCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts      // Call options to use throughout this session
}

CosmosTypesCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

func (*CosmosTypesCallerSession) Coin

func (_CosmosTypes *CosmosTypesCallerSession) Coin(arg0 CosmosCoin) error

Coin is a free data retrieval call binding the contract method 0x2ff6e5df.

Solidity: function coin((uint256,string) ) pure returns()

type CosmosTypesFilterer

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

CosmosTypesFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewCosmosTypesFilterer

func NewCosmosTypesFilterer(address common.Address, filterer bind.ContractFilterer) (*CosmosTypesFilterer, error)

NewCosmosTypesFilterer creates a new log filterer instance of CosmosTypes, bound to a specific deployed contract.

type CosmosTypesRaw

type CosmosTypesRaw struct {
	Contract *CosmosTypes // Generic contract binding to access the raw methods on
}

CosmosTypesRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*CosmosTypesRaw) Call

func (_CosmosTypes *CosmosTypesRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

func (*CosmosTypesRaw) Transact

func (_CosmosTypes *CosmosTypesRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*CosmosTypesRaw) Transfer

func (_CosmosTypes *CosmosTypesRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type CosmosTypesSession

type CosmosTypesSession struct {
	Contract     *CosmosTypes      // Generic contract binding to set the session for
	CallOpts     bind.CallOpts     // Call options to use throughout this session
	TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
}

CosmosTypesSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

func (*CosmosTypesSession) Coin

func (_CosmosTypes *CosmosTypesSession) Coin(arg0 CosmosCoin) error

Coin is a free data retrieval call binding the contract method 0x2ff6e5df.

Solidity: function coin((uint256,string) ) pure returns()

type CosmosTypesTransactor

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

CosmosTypesTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewCosmosTypesTransactor

func NewCosmosTypesTransactor(address common.Address, transactor bind.ContractTransactor) (*CosmosTypesTransactor, error)

NewCosmosTypesTransactor creates a new write-only instance of CosmosTypes, bound to a specific deployed contract.

type CosmosTypesTransactorRaw

type CosmosTypesTransactorRaw struct {
	Contract *CosmosTypesTransactor // Generic write-only contract binding to access the raw methods on
}

CosmosTypesTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*CosmosTypesTransactorRaw) Transact

func (_CosmosTypes *CosmosTypesTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*CosmosTypesTransactorRaw) Transfer

func (_CosmosTypes *CosmosTypesTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type CosmosTypesTransactorSession

type CosmosTypesTransactorSession struct {
	Contract     *CosmosTypesTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts      // Transaction auth options to use throughout this session
}

CosmosTypesTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

Jump to

Keyboard shortcuts

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