Skip to content

Commit 5919385

Browse files
authored
feat: export SerializedUR from eth-qr-keyring (#358)
Adding missing export for `SerializedUR` type.
1 parent 7ed154e commit 5919385

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

packages/keyring-eth-qr/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Export `SerializedUR` type ([#358](https://github.com/MetaMask/accounts/pull/358))
13+
1014
### Fixed
1115

1216
- Fix fingerprint derivation for some QR devices ([#357](https://github.com/MetaMask/accounts/pull/357))

packages/keyring-eth-qr/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ export {
1515
type QrKeyringOptions,
1616
type QrSignatureRequest,
1717
type SerializedQrKeyringState,
18+
type SerializedUR,
1819
} from './qr-keyring';

0 commit comments

Comments
 (0)