Versions in this module Expand all Collapse all v0 v0.0.38 May 15, 2024 Changes in this version + var SendallABI = SendallMetaData.ABI + var SendallMetaData = &bind.MetaData + type Sendall struct + func NewSendall(address common.Address, backend bind.ContractBackend) (*Sendall, error) + type SendallCaller struct + func NewSendallCaller(address common.Address, caller bind.ContractCaller) (*SendallCaller, error) + type SendallCallerRaw struct + Contract *SendallCaller + func (_Sendall *SendallCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + type SendallCallerSession struct + CallOpts bind.CallOpts + Contract *SendallCaller + type SendallFilterer struct + func NewSendallFilterer(address common.Address, filterer bind.ContractFilterer) (*SendallFilterer, error) + type SendallRaw struct + Contract *Sendall + 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 struct + CallOpts bind.CallOpts + Contract *Sendall + TransactOpts bind.TransactOpts + func (_Sendall *SendallSession) SendAll(fromAddress common.Address, toAddress common.Address, denom string) (*types.Transaction, error) + type SendallTransactor struct + func NewSendallTransactor(address common.Address, transactor bind.ContractTransactor) (*SendallTransactor, error) + func (_Sendall *SendallTransactor) SendAll(opts *bind.TransactOpts, fromAddress common.Address, toAddress common.Address, ...) (*types.Transaction, error) + type SendallTransactorRaw struct + Contract *SendallTransactor + func (_Sendall *SendallTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_Sendall *SendallTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type SendallTransactorSession struct + Contract *SendallTransactor + TransactOpts bind.TransactOpts + func (_Sendall *SendallTransactorSession) SendAll(fromAddress common.Address, toAddress common.Address, denom string) (*types.Transaction, error)