From 309c57bfbb96841cb15c6fb7bb2dc1f617f0d6c1 Mon Sep 17 00:00:00 2001 From: Jason Kuroda Date: Thu, 9 Jan 2025 19:47:38 -0800 Subject: [PATCH] restored rust index.d --- ironfish-rust-nodejs/index.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ironfish-rust-nodejs/index.d.ts b/ironfish-rust-nodejs/index.d.ts index 74dad4eb23..01f16dd772 100644 --- a/ironfish-rust-nodejs/index.d.ts +++ b/ironfish-rust-nodejs/index.d.ts @@ -300,7 +300,6 @@ export namespace multisig { outgoingViewKey: string proofAuthorizingKey: string keyPackages: Array - ledger: boolean } export function dkgRound1(selfIdentity: string, minSigners: number, participantIdentities: Array): DkgRound1Packages export interface DkgRound1Packages {