We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4b2015 commit abb8ab6Copy full SHA for abb8ab6
README.md
@@ -26,10 +26,14 @@ And of course each account has its own balance too:
26
27
## Transactions
28
29
-You can get all the transactions in an account too:
+You can get all the transactions in an account:
30
31
ransom.transactions # => [#<Bitcoind::Transaction abadbabe123deadbeef 2.19 to eve-online ransoms at 2011-02-19 16:21:09 -0500>]
32
33
+You can send money from an account too:
34
+
35
+ ransom.send_to 'destinationaddress', 2 # => #<Bitcoind::Account deadbeef888abadbeef UNCONFIRMED>
36
37
## Making Accounts
38
39
Creating an account with an associated address is done through the accounts interface:
0 commit comments