Readme adjustments
This commit is contained in:
parent
207d43ddf1
commit
8a3572e882
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
|||
# graphenej
|
||||
A Java library for mobile app Developers; Graphene/Bitshares blockchain.
|
||||
|
||||
#Sample use
|
||||
##Very simple funds transfer
|
||||
## Sample use
|
||||
|
||||
### Very simple funds transfer
|
||||
|
||||
This is a simple transfer operation of 1 BTS from account **bilthon-15** to **bilthon-5**
|
||||
```java
|
||||
|
@ -38,4 +39,4 @@ mWebSocket.addListener(new TransactionBroadcastSequence(transaction, new Asset("
|
|||
mWebSocket.connect();
|
||||
```
|
||||
|
||||
The provided ```listener``` is an instance of the class ```WitnessResponseListener```.
|
||||
The provided ```listener``` is an instance of the class ```WitnessResponseListener```.
|
||||
|
|
Loading…
Reference in a new issue