0.12 "Lithium Luna" added the account_index and subaddr_indices parameters to several old methods. This pull request adds them. It is important to note that this is based off of https://github.com/monero-integrations/monerophp/pull/47 , so merging this in will incidentally merge that in, too.
This also adds the query_key method and gracefully upgrades get_transfers to support the old syntax as well as the new format and feeding all params in as an object, as well (like the transfer and sweep methods.)
0.12 "Lithium Luna" added the
account_index
andsubaddr_indices
parameters to several old methods. This pull request adds them. It is important to note that this is based off of https://github.com/monero-integrations/monerophp/pull/47 , so merging this in will incidentally merge that in, too.This also adds the
query_key
method and gracefully upgradesget_transfers
to support the old syntax as well as the new format and feeding all params in as an object, as well (like the transfer and sweep methods.)