MCPcopy Create free account
hub / github.com/etherspot/transaction-kit / clearWorkingState

Method clearWorkingState

lib/TransactionKit.ts:107–111  ·  view source on GitHub ↗

* Clears the current working transaction, selected transaction, and selected batch state. * * @remarks * - This is a utility method used internally to reset the working context. * - Does not affect named transactions or batches.

()

Source from the content-addressed store, hash-verified

105 * - Does not affect named transactions or batches.
106 */
107 private clearWorkingState(): void {
108 this.selectedTransactionName = undefined;
109 this.selectedBatchName = undefined;
110 this.workingTransaction = undefined;
111 }
112
113 /**
114 * Retrieves the wallet address for the current or specified chain.

Callers 2

removeMethod · 0.95
sendMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected