bradthomasbrown/dizzyhavoc

w4 node should have a transfer method (and w4 Signer should have a transfer method)

Closed this issue · 2 comments

w4 node transfer takes from signer, to signer, then value
w4 signer transfer takes node, to signer, then value

should it? we don't want to try and 'simplify' nonces accidentally. that will come back to haunt us

await node.wait(root.signTx({ ...stuff }))
works for now and is relatively compact. let's not make a transfer fn yet
closing