-
Notifications
You must be signed in to change notification settings - Fork 17
Home
JinGyeong Jeong edited this page Apr 27, 2018
·
24 revisions
-
Block ...
-
Transaction ...
-
AssetScheme ...
-
Asset ...
- ping: () => Promise<string>
- getBlockNumber: () => Promise<number>
- getBlock: (blockNumber: number) => Promise<Block>
- getTransactions: (blockHash: H256) => Promise<Transaction[]>
- sendSignedTransaction: () => Promise<number>
- connectTo: (SocketAddr) => Promise<?>
- exchangeKey: (SocketAddr) => Promise<?>
- sign
- recover