gabstv / go-monero

A Monero RPC Wallet client implementation written in Go (Golang)
MIT License
60 stars 22 forks source link

Add daemon API #3

Open CamilleScholtz opened 6 years ago

CamilleScholtz commented 6 years ago

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.