Skip to content

Commit

Permalink
add entropy class type
Browse files Browse the repository at this point in the history
  • Loading branch information
benschac committed Dec 1, 2023
1 parent 3802247 commit 2ea9e98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import Entropy from './../index';
import { Keypair } from '@polkadot/util-crypto/types'
import { KeyringPair } from '@polkadot/keyring/types'
import type { AccountId32 } from '@polkadot/types/interfaces/runtime'
import { U8aFixed } from '@polkadot/types-codec'

export type base64string = string
export type hexString = string
export type EntropyClass = typeof Entropy

export interface KeyPair {
public: base64string
Expand Down

0 comments on commit 2ea9e98

Please sign in to comment.