add account option to create and send

This commit is contained in:
bucko13 2018-05-01 17:39:42 -07:00
parent e093b2bdf6
commit 50263dfc0b

View File

@ -426,6 +426,7 @@ class HTTP extends Server {
maxFee: valid.u64('maxFee'),
selection: valid.str('selection'),
smart: valid.bool('smart'),
account: valid.str('account'),
subtractFee: valid.bool('subtractFee'),
subtractIndex: valid.i32('subtractIndex'),
depth: valid.u32(['confirmations', 'depth']),
@ -469,6 +470,7 @@ class HTTP extends Server {
maxFee: valid.u64('maxFee'),
selection: valid.str('selection'),
smart: valid.bool('smart'),
account: valid.str('account'),
subtractFee: valid.bool('subtractFee'),
subtractIndex: valid.i32('subtractIndex'),
depth: valid.u32(['confirmations', 'depth']),