The proxy method remains unimplemented in the wallet template. We should implement it, along the lines specified in the originally proposed design: it should accept a target program, an input byte array (containing a method selector and args for the target), an amount (of coins to send to the target) ~and max_spend~, and it should allow the principal wallet account to call the remote method and pay the gas for the call.
The
proxy
method remains unimplemented in the wallet template. We should implement it, along the lines specified in the originally proposed design: it should accept atarget
program, aninput
byte array (containing a method selector and args for the target), anamount
(of coins to send to the target) ~andmax_spend
~, and it should allow the principal wallet account to call the remote method and pay the gas for the call.