(explicitAddress?: string)
| 123 | } |
| 124 | |
| 125 | getProtection(explicitAddress?: string): Promise<ProtectionConfigView> { |
| 126 | return this.sdk.agents.getProtection(this.resolveAddress(explicitAddress)); |
| 127 | } |
| 128 | |
| 129 | updateProtection( |
| 130 | config: ProtectionConfigView, |
no test coverage detected