UNPKG
@crtxio/abi
Version:
latest (0.7.1)
0.7.1
A tiny Solidity ABI encoder and decoder
github.com/FindETH/abi
FindETH/abi
@crtxio/abi
/
typings
/
parsers
/
address.d.ts
3 lines
(2 loc)
•
81 B
TypeScript
View Raw
1
2
3
import
{
Parser
}
from
'../types'
;
export
declare
const
address
:
Parser
<
string
>;