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
/
src
/
serializable
/
fxs
/
secp256k1
/
input.spec.ts
6 lines
(4 loc)
•
221 B
text/typescript
View Raw
1
2
3
4
5
6
import
{ Input }
from
'.'
;
import
{
input
, inputBytes }
from
'../../../fixtures/secp256k1'
;
import
{ testSerialization }
from
'../../../fixtures/utils/serializable'
; testSerialization(
'Input'
, Input,
input
, inputBytes);