()
| 251 | * @public |
| 252 | */ |
| 253 | export function getClient (): TxOperations & Client { |
| 254 | return clientProxy |
| 255 | } |
| 256 | |
| 257 | export function isDisabled (feature?: string): boolean { |
| 258 | if (feature === undefined) { |
no outgoing calls
no test coverage detected