add network id (req for sethook)

This commit is contained in:
Denis Angell
2023-03-27 21:48:58 +00:00
parent 8d16592abb
commit f82872fe9f

View File

@@ -159,6 +159,8 @@ export interface BaseTransaction {
* account it says it is from.
*/
TxnSignature?: string
NetworkID?: number
}
/**