0.7.5 • Published 4 years ago
arb-provider-ethers v0.7.5
arb-provider-ethers
Arbitrum browser provider for ethers.
Arbitrum technologies are patent pending. This repository is offered under the Apache 2.0 license. See LICENSE for details.
Testing
Run with yarn test --coverage
View coverage results with open coverage/lcov-report/index.html
or xdg-open coverage/lcov-report/index.html
Byte Serializing Solidity Arguements Schema
address[]:
field | size (bytes) | Description |
---|---|---|
length | 1 | Size of array |
is-registered | 1 | 1 = all registered, 0 = not all registered |
addresses | 4 or 20 (x length) | If is registered, left-padded 4-byte integers; otherwise, eth addresses |
non-address[]:
field | size (bytes) | Description |
---|---|---|
length | 1 | Size of array |
items | (variable) | All items (concatenated) |
address:
field | size (bytes) | Description |
---|---|---|
is-registered | 1 | 1 = registered, 0 = not registered |
address | 4 or 20 | If registered, left-padded 4-byte integer; otherwise, eth address |
0.7.5
4 years ago
0.7.4
5 years ago
0.7.3
5 years ago
0.7.2
5 years ago
0.7.0
5 years ago
0.6.5
5 years ago
0.6.4
5 years ago
0.6.2
5 years ago
0.6.1
5 years ago
0.6.0
5 years ago
0.5.1
5 years ago
0.5.0
5 years ago
0.4.7
5 years ago
0.4.6
5 years ago
0.4.5
5 years ago
0.4.4
5 years ago
0.4.0
5 years ago
0.4.3
5 years ago
0.3.7
5 years ago
0.3.6
5 years ago
0.3.5
5 years ago
0.3.4
5 years ago
0.3.3
5 years ago
0.3.2
5 years ago
0.3.1
5 years ago
0.3.0
5 years ago
0.2.2
6 years ago
0.2.1
6 years ago