* 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.
()
| 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. |