(allow: boolean)
| 237 | _allowNewAccounts: boolean = true; |
| 238 | |
| 239 | set allowNewAccounts(allow: boolean) { |
| 240 | this._allowNewAccounts = allow; |
| 241 | this._builder.setAllowNewAccounts(allow); |
| 242 | } |
| 243 | |
| 244 | get allowNewAccounts(): boolean { |
| 245 | return this._allowNewAccounts; |
nothing calls this directly
no outgoing calls
no test coverage detected