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