rai
rai copied to clipboard
🗿 rai is a pythonic client for interacting with Raiblocks nodes
The `README` comes with an example of how to send a transaction, but where is the send method in the Wallet class?
Currently, the `accounts` property of a `Wallet` instance simply returns a list of `Account` instances. I am thinking about implementing a holder class named `AccountSet` which contains a set of...
Need to implement a class to represent Rais. Class should contain self-explaining conversion methods based on [the conversion RPC calls](https://github.com/clemahieu/raiblocks/wiki/RPC-protocol). Reserved for @jdistler