You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that is lacking of information about the commands, for send many, it just show: sendMany: 'str obj int str str bool bool',
But at RPC is:
Arguments:
"fromaccount" (string, required) DEPRECATED. The account to send the funds from. Should be "" for the default account
"amounts" (string, required) A json object with addresses and amounts
{
"address":amount (numeric or string) The Lqx address is the key, the numeric amount (can be string) in DASH is the value
,...
}
minconf (numeric, optional, default=1) Only use the balance confirmed at least this many times.
addlocked (bool, optional, default=false) Whether to include transactions locked via InstantSend.
"comment" (string, optional) A comment
subtractfeefrom (array, optional) A json array with addresses.
The fee will be equally deducted from the amount of each selected address.
Those recipients will receive less Lqxs than you enter in their corresponding amount field.
If no addresses are specified here, the sender pays the fee.
[
"address" (string) Subtract fee from this address
,...
]
"use_is" (bool, optional, default=false) Deprecated and ignored
"use_ps" (bool, optional, default=false) Use PrivateSend funds only
conf_target (numeric, optional) Confirmation target (in blocks)
"estimate_mode" (string, optional, default=UNSET) The fee estimate mode, must be one of:
"UNSET"
"ECONOMICAL"
The text was updated successfully, but these errors were encountered:
I think that is lacking of information about the commands, for send many, it just show: sendMany: 'str obj int str str bool bool',
But at RPC is:
Arguments:
{
"address":amount (numeric or string) The Lqx address is the key, the numeric amount (can be string) in DASH is the value
,...
}
The fee will be equally deducted from the amount of each selected address.
Those recipients will receive less Lqxs than you enter in their corresponding amount field.
If no addresses are specified here, the sender pays the fee.
[
"address" (string) Subtract fee from this address
,...
]
"UNSET"
"ECONOMICAL"
The text was updated successfully, but these errors were encountered: