Correct Qr signature type (#537)

This commit is contained in:
Jaco
2021-11-03 17:13:33 +01:00
committed by GitHub
parent 5c0f70a4a2
commit 58ad6efadb
3 changed files with 698 additions and 684 deletions
+2 -2
View File
@@ -34,8 +34,8 @@
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/runtime": "^7.15.4",
"@polkadot/dev": "^0.63.18",
"@polkadot/ts": "^0.4.12",
"@polkadot/dev": "^0.63.22",
"@polkadot/ts": "^0.4.13",
"@polkadot/x-bundle": "^7.7.1",
"@types/jest": "^27.0.2",
"babel-plugin-transform-vue-template": "^0.4.2",
+3 -1
View File
@@ -1,12 +1,14 @@
// Copyright 2017-2021 @polkadot/react-qr authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { HexString } from '@polkadot/util/types';
import React, { useCallback } from 'react';
import { QrScan } from './Scan';
interface ScanType {
signature: string;
signature: HexString;
}
interface Props {
+693 -681
View File
File diff suppressed because it is too large Load Diff