First of all I want to thank you for this package :), I'm using it for a little project I'm working on and it works wonderfully.
I want to use some daemon calls (for now mostly just GetHeight to track if the wallet is up to date). Right now I'm just doing a simple POST myself, but it would be nice if go-monero would handle this as well.
This issue is mostly just for keeping track of progress, if I have time to spare I might try creating a PR in the future.
First of all I want to thank you for this package :), I'm using it for a little project I'm working on and it works wonderfully.
I want to use some daemon calls (for now mostly just
GetHeight
to track if the wallet is up to date). Right now I'm just doing a simple POST myself, but it would be nice ifgo-monero
would handle this as well.This issue is mostly just for keeping track of progress, if I have time to spare I might try creating a PR in the future.