Refund is a paid mutator transaction binding the contract method 0xfa89401a. Solidity: function refund(investor address) returns()
(investor common.Address)
| 522 | // |
| 523 | // Solidity: function refund(investor address) returns() |
| 524 | func (_Rnode *RnodeTransactorSession) Refund(investor common.Address) (*types.Transaction, error) { |
| 525 | return _Rnode.Contract.Refund(&_Rnode.TransactOpts, investor) |
| 526 | } |
| 527 | |
| 528 | // RefundAll is a paid mutator transaction binding the contract method 0x38e771ab. |
| 529 | // |