UNPKG

@avalabs/avalanchejs

Version:
6 lines (4 loc) 246 B
import { bigIntPr, bigIntPrBytes } from '../../fixtures/primitives'; import { testSerialization } from '../../fixtures/utils/serializable'; import { BigIntPr } from './bigintpr'; testSerialization('Bigintpr', BigIntPr, bigIntPr, bigIntPrBytes);