Documentation ¶
Index ¶
- Constants
- Variables
- type LedgerBalanceLimit
- type LedgerBalanceLimitCaller
- type LedgerBalanceLimitCallerRaw
- type LedgerBalanceLimitCallerSession
- type LedgerBalanceLimitFilterer
- type LedgerBalanceLimitRaw
- func (_LedgerBalanceLimit *LedgerBalanceLimitRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error
- func (_LedgerBalanceLimit *LedgerBalanceLimitRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_LedgerBalanceLimit *LedgerBalanceLimitRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type LedgerBalanceLimitSession
- type LedgerBalanceLimitTransactor
- type LedgerBalanceLimitTransactorRaw
- type LedgerBalanceLimitTransactorSession
Constants ¶
const LedgerBalanceLimitABI = "[]"
LedgerBalanceLimitABI is the input ABI used to generate the binding from.
Variables ¶
var LedgerBalanceLimitBin = "" /* 1902-byte string literal not displayed */
LedgerBalanceLimitBin is the compiled bytecode used for deploying new contracts.
Functions ¶
This section is empty.
Types ¶
type LedgerBalanceLimit ¶
type LedgerBalanceLimit struct { LedgerBalanceLimitCaller // Read-only binding to the contract LedgerBalanceLimitTransactor // Write-only binding to the contract LedgerBalanceLimitFilterer // Log filterer for contract events }
LedgerBalanceLimit is an auto generated Go binding around an Ethereum contract.
func DeployLedgerBalanceLimit ¶
func DeployLedgerBalanceLimit(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *LedgerBalanceLimit, error)
DeployLedgerBalanceLimit deploys a new Ethereum contract, binding an instance of LedgerBalanceLimit to it.
func NewLedgerBalanceLimit ¶
func NewLedgerBalanceLimit(address common.Address, backend bind.ContractBackend) (*LedgerBalanceLimit, error)
NewLedgerBalanceLimit creates a new instance of LedgerBalanceLimit, bound to a specific deployed contract.
type LedgerBalanceLimitCaller ¶
type LedgerBalanceLimitCaller struct {
// contains filtered or unexported fields
}
LedgerBalanceLimitCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewLedgerBalanceLimitCaller ¶
func NewLedgerBalanceLimitCaller(address common.Address, caller bind.ContractCaller) (*LedgerBalanceLimitCaller, error)
NewLedgerBalanceLimitCaller creates a new read-only instance of LedgerBalanceLimit, bound to a specific deployed contract.
type LedgerBalanceLimitCallerRaw ¶
type LedgerBalanceLimitCallerRaw struct {
Contract *LedgerBalanceLimitCaller // Generic read-only contract binding to access the raw methods on
}
LedgerBalanceLimitCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*LedgerBalanceLimitCallerRaw) Call ¶
func (_LedgerBalanceLimit *LedgerBalanceLimitCallerRaw) 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 LedgerBalanceLimitCallerSession ¶
type LedgerBalanceLimitCallerSession struct { Contract *LedgerBalanceLimitCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
LedgerBalanceLimitCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type LedgerBalanceLimitFilterer ¶
type LedgerBalanceLimitFilterer struct {
// contains filtered or unexported fields
}
LedgerBalanceLimitFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewLedgerBalanceLimitFilterer ¶
func NewLedgerBalanceLimitFilterer(address common.Address, filterer bind.ContractFilterer) (*LedgerBalanceLimitFilterer, error)
NewLedgerBalanceLimitFilterer creates a new log filterer instance of LedgerBalanceLimit, bound to a specific deployed contract.
type LedgerBalanceLimitRaw ¶
type LedgerBalanceLimitRaw struct {
Contract *LedgerBalanceLimit // Generic contract binding to access the raw methods on
}
LedgerBalanceLimitRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*LedgerBalanceLimitRaw) Call ¶
func (_LedgerBalanceLimit *LedgerBalanceLimitRaw) 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 (*LedgerBalanceLimitRaw) Transact ¶
func (_LedgerBalanceLimit *LedgerBalanceLimitRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*LedgerBalanceLimitRaw) Transfer ¶
func (_LedgerBalanceLimit *LedgerBalanceLimitRaw) 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 LedgerBalanceLimitSession ¶
type LedgerBalanceLimitSession struct { Contract *LedgerBalanceLimit // 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 }
LedgerBalanceLimitSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
type LedgerBalanceLimitTransactor ¶
type LedgerBalanceLimitTransactor struct {
// contains filtered or unexported fields
}
LedgerBalanceLimitTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewLedgerBalanceLimitTransactor ¶
func NewLedgerBalanceLimitTransactor(address common.Address, transactor bind.ContractTransactor) (*LedgerBalanceLimitTransactor, error)
NewLedgerBalanceLimitTransactor creates a new write-only instance of LedgerBalanceLimit, bound to a specific deployed contract.
type LedgerBalanceLimitTransactorRaw ¶
type LedgerBalanceLimitTransactorRaw struct {
Contract *LedgerBalanceLimitTransactor // Generic write-only contract binding to access the raw methods on
}
LedgerBalanceLimitTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*LedgerBalanceLimitTransactorRaw) Transact ¶
func (_LedgerBalanceLimit *LedgerBalanceLimitTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*LedgerBalanceLimitTransactorRaw) Transfer ¶
func (_LedgerBalanceLimit *LedgerBalanceLimitTransactorRaw) 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 LedgerBalanceLimitTransactorSession ¶
type LedgerBalanceLimitTransactorSession struct { Contract *LedgerBalanceLimitTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
LedgerBalanceLimitTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.