From f6a90a31c44a77bfa525cbd5256e27d77cff39fe Mon Sep 17 00:00:00 2001 From: Denis Angell Date: Mon, 27 Mar 2023 18:30:52 +0000 Subject: [PATCH] remove network id --- packages/xrpl/src/models/transactions/common.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/xrpl/src/models/transactions/common.ts b/packages/xrpl/src/models/transactions/common.ts index c87374d8..498a2d74 100644 --- a/packages/xrpl/src/models/transactions/common.ts +++ b/packages/xrpl/src/models/transactions/common.ts @@ -159,10 +159,6 @@ export interface BaseTransaction { * account it says it is from. */ TxnSignature?: string - /** - * The network id of the transaction. - */ - NetworkID: string } /**