remove network id

This commit is contained in:
Denis Angell
2023-03-27 18:30:52 +00:00
parent 818d12d68c
commit f6a90a31c4

View File

@@ -159,10 +159,6 @@ export interface BaseTransaction {
* account it says it is from.
*/
TxnSignature?: string
/**
* The network id of the transaction.
*/
NetworkID: string
}
/**