UNPKG
@findeth/abi
Version:
latest (0.7.1)
0.7.1
0.7.0
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.0
A tiny Solidity ABI encoder and decoder
github.com/FindETH/abi
FindETH/abi
@findeth/abi
/
typings
/
parsers
/
string.d.ts
3 lines
(2 loc)
•
80 B
TypeScript
View Raw
1
2
3
import
{
Parser
}
from
'../types'
;
export
declare
const
string
:
Parser
<
string
>;