UNPKG

@avalabs/avalanchejs

Version:
13 lines (11 loc) 367 B
import { testPVMCodec } from '../../fixtures/codec'; import { addDelegatorTx, addDelegatorTxBytes } from '../../fixtures/pvm'; import { testSerialization } from '../../fixtures/utils/serializable'; import { AddDelegatorTx } from './addDelegatorTx'; testSerialization( 'AddDelegatorTx', AddDelegatorTx, addDelegatorTx, addDelegatorTxBytes, testPVMCodec, );