Documentation
¶
Index ¶
- Variables
- type Sendall
- type SendallCaller
- type SendallCallerRaw
- type SendallCallerSession
- type SendallFilterer
- type SendallRaw
- func (_Sendall *SendallRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_Sendall *SendallRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Sendall *SendallRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type SendallSession
- type SendallTransactor
- type SendallTransactorRaw
- type SendallTransactorSession
Constants ¶
This section is empty.
Variables ¶
var SendallABI = SendallMetaData.ABI
SendallABI is the input ABI used to generate the binding from. Deprecated: Use SendallMetaData.ABI instead.
var SendallMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"fromAddress\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"toAddress\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"denom\",\"type\":\"string\"}],\"name\":\"sendAll\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
}
SendallMetaData contains all meta data concerning the Sendall contract.
Functions ¶
This section is empty.
Types ¶
type Sendall ¶
type Sendall struct {
SendallCaller // Read-only binding to the contract
SendallTransactor // Write-only binding to the contract
SendallFilterer // Log filterer for contract events
}
Sendall is an auto generated Go binding around an Ethereum contract.
func NewSendall ¶
NewSendall creates a new instance of Sendall, bound to a specific deployed contract.
type SendallCaller ¶
type SendallCaller struct {
// contains filtered or unexported fields
}
SendallCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewSendallCaller ¶
func NewSendallCaller(address common.Address, caller bind.ContractCaller) (*SendallCaller, error)
NewSendallCaller creates a new read-only instance of Sendall, bound to a specific deployed contract.
type SendallCallerRaw ¶
type SendallCallerRaw struct {
Contract *SendallCaller // Generic read-only contract binding to access the raw methods on
}
SendallCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*SendallCallerRaw) Call ¶
func (_Sendall *SendallCallerRaw) 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 SendallCallerSession ¶
type SendallCallerSession struct {
Contract *SendallCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts // Call options to use throughout this session
}
SendallCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type SendallFilterer ¶
type SendallFilterer struct {
// contains filtered or unexported fields
}
SendallFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewSendallFilterer ¶
func NewSendallFilterer(address common.Address, filterer bind.ContractFilterer) (*SendallFilterer, error)
NewSendallFilterer creates a new log filterer instance of Sendall, bound to a specific deployed contract.
type SendallRaw ¶
type SendallRaw struct {
Contract *Sendall // Generic contract binding to access the raw methods on
}
SendallRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*SendallRaw) Call ¶
func (_Sendall *SendallRaw) 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 (*SendallRaw) Transact ¶
func (_Sendall *SendallRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*SendallRaw) Transfer ¶
func (_Sendall *SendallRaw) 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 SendallSession ¶
type SendallSession struct {
Contract *Sendall // 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
}
SendallSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*SendallSession) SendAll ¶
func (_Sendall *SendallSession) SendAll(fromAddress common.Address, toAddress common.Address, denom string) (*types.Transaction, error)
SendAll is a paid mutator transaction binding the contract method 0x89e5af5f.
Solidity: function sendAll(address fromAddress, address toAddress, string denom) returns()
type SendallTransactor ¶
type SendallTransactor struct {
// contains filtered or unexported fields
}
SendallTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewSendallTransactor ¶
func NewSendallTransactor(address common.Address, transactor bind.ContractTransactor) (*SendallTransactor, error)
NewSendallTransactor creates a new write-only instance of Sendall, bound to a specific deployed contract.
func (*SendallTransactor) SendAll ¶
func (_Sendall *SendallTransactor) SendAll(opts *bind.TransactOpts, fromAddress common.Address, toAddress common.Address, denom string) (*types.Transaction, error)
SendAll is a paid mutator transaction binding the contract method 0x89e5af5f.
Solidity: function sendAll(address fromAddress, address toAddress, string denom) returns()
type SendallTransactorRaw ¶
type SendallTransactorRaw struct {
Contract *SendallTransactor // Generic write-only contract binding to access the raw methods on
}
SendallTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*SendallTransactorRaw) Transact ¶
func (_Sendall *SendallTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*SendallTransactorRaw) Transfer ¶
func (_Sendall *SendallTransactorRaw) 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 SendallTransactorSession ¶
type SendallTransactorSession struct {
Contract *SendallTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
}
SendallTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*SendallTransactorSession) SendAll ¶
func (_Sendall *SendallTransactorSession) SendAll(fromAddress common.Address, toAddress common.Address, denom string) (*types.Transaction, error)
SendAll is a paid mutator transaction binding the contract method 0x89e5af5f.
Solidity: function sendAll(address fromAddress, address toAddress, string denom) returns()