add account option to create and send
This commit is contained in:
parent
e093b2bdf6
commit
50263dfc0b
@ -426,6 +426,7 @@ class HTTP extends Server {
|
|||||||
maxFee: valid.u64('maxFee'),
|
maxFee: valid.u64('maxFee'),
|
||||||
selection: valid.str('selection'),
|
selection: valid.str('selection'),
|
||||||
smart: valid.bool('smart'),
|
smart: valid.bool('smart'),
|
||||||
|
account: valid.str('account'),
|
||||||
subtractFee: valid.bool('subtractFee'),
|
subtractFee: valid.bool('subtractFee'),
|
||||||
subtractIndex: valid.i32('subtractIndex'),
|
subtractIndex: valid.i32('subtractIndex'),
|
||||||
depth: valid.u32(['confirmations', 'depth']),
|
depth: valid.u32(['confirmations', 'depth']),
|
||||||
@ -469,6 +470,7 @@ class HTTP extends Server {
|
|||||||
maxFee: valid.u64('maxFee'),
|
maxFee: valid.u64('maxFee'),
|
||||||
selection: valid.str('selection'),
|
selection: valid.str('selection'),
|
||||||
smart: valid.bool('smart'),
|
smart: valid.bool('smart'),
|
||||||
|
account: valid.str('account'),
|
||||||
subtractFee: valid.bool('subtractFee'),
|
subtractFee: valid.bool('subtractFee'),
|
||||||
subtractIndex: valid.i32('subtractIndex'),
|
subtractIndex: valid.i32('subtractIndex'),
|
||||||
depth: valid.u32(['confirmations', 'depth']),
|
depth: valid.u32(['confirmations', 'depth']),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user