simulaterawtransaction

Argument #1-rawtxs

Type: json array, Optional

Description: An array of hex strings of raw transactions.

     [
       "rawtx",    (string)
       ...
     ]

Argument #2-options

Type: json object, Optional

Description: Options object that can be used to pass named arguments, listed below.

Result

  {                          (json object)
    "balance_change" : n     (numeric) The wallet balance change (negative means decrease).
  }