(index: number)
| 120 | |
| 121 | // Switch account |
| 122 | switchAccount(index: number) { |
| 123 | this._accoutIndex = index; |
| 124 | this.currentAccount = this.createAccount(this.rootPath, index); |
| 125 | return this.currentAccount; |
| 126 | } |
| 127 | |
| 128 | get mainScriptHashList() { |
| 129 | // Get all scriptHashes in accountCollection |
nothing calls this directly
no test coverage detected