monero-integrations / monerophp

Monero PHP library + JsonRPC Client
MIT License
118 stars 76 forks source link

0.12.0.0 "Lithium Luna" wallet RPC methods #46

Closed sneurlax closed 6 years ago

sneurlax commented 6 years ago

This adds all methods from https://github.com/monero-integrations/monerophp/issues/43 and tweaks others to match the format of 0.12.0.0 "Lithium Luna"

It also changes formatting to (mostly) match the other files, following PHP style guides. So I do

class Foo
{

instead of

class Foo {

Minor change, I know, just keeping in style.

Closes https://github.com/monero-integrations/monerophp/issues/43