lib

package
v0.0.0-...-f79a0de Latest Latest
Warning

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

Go to latest
Published: May 15, 2023 License: MIT 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: "0x608060405234801561001057600080fd5b5060ea8061001f6000396000f3fe6080604052348015600f57600080fd5b506004361060285760003560e01c80632ff6e5df14602d575b600080fd5b60436004803603810190603f91906073565b6045565b005b50565b600080fd5b600080fd5b600080fd5b600060408284031215606a5760696052565b5b81905092915050565b60006020828403121560865760856048565b5b600082013567ffffffffffffffff81111560a15760a0604d565b5b60ab848285016057565b9150509291505056fea26469706673582212204aea476627915527298b66a6628d095d342cb40837d32e1c0d8191cff189589164736f6c63430008130033",
}

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