From 869037a971fd3122af6dd73832d4ced0e1415984 Mon Sep 17 00:00:00 2001 From: benjamin Date: Wed, 6 Dec 2023 08:27:08 -0800 Subject: [PATCH] rename EntropyClass to EntropyInstance --- src/types/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/index.ts b/src/types/index.ts index b9bb52f1..11882d37 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -6,7 +6,7 @@ import { U8aFixed } from '@polkadot/types-codec' export type base64string = string export type hexString = string -export type EntropyClass = InstanceType +export type EntropyInstance = InstanceType export interface KeyPair { public: base64string