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