it('constructs and has a valid representation (toHex)', (): void => {
    expect(
      registry.createType('EcdsaSignature', TESTS[0]).toHex()
    ).toEqual(TESTS[0]);
  });