UNPKG
@bitgo-forks/avalanchejs
Version:
latest (4.1.0-alpha.1)
master (4.1.0-alpha.3)
4.1.0-alpha.3
4.1.0-alpha.2
4.1.0-alpha.1
Avalanche Platform JS Library
github.com/BitGo/avalanchejs
BitGo/avalanchejs
@bitgo-forks/avalanchejs
/
dist
/
serializable
/
evm
/
index.d.ts
7 lines
•
249 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
{
EVMTx
}
from
'./abstractTx'
;
export
{
ExportTx
}
from
'./exportTx'
;
export
{
ImportTx
}
from
'./importTx'
;
export
{
Input
}
from
'./input'
;
export
{
Output
}
from
'./output'
;
export
*
from
'./typeGuards'
;
//# sourceMappingURL=index.d.ts.map