We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fabd9c commit cec1f29Copy full SHA for cec1f29
mobile/bind.go
@@ -69,6 +69,7 @@ func (opts *CallOpts) GetGasLimit() int64 { return 0 /* TODO(karalabe) */ }
69
func (opts *CallOpts) SetPending(pending bool) { opts.opts.Pending = pending }
70
func (opts *CallOpts) SetGasLimit(limit int64) { /* TODO(karalabe) */ }
71
func (opts *CallOpts) SetContext(context *Context) { opts.opts.Context = context.context }
72
+func (opts *CallOpts) SetFrom(addr *Address) { opts.opts.From = addr.address }
73
74
// TransactOpts is the collection of authorization data required to create a
75
// valid Ethereum transaction.
0 commit comments