wallet/setScanning
Enable or disable scanning for an account. Scanning is enabled by default. When scanning is enabled, the wallet with scan the blockchain for transactions for this account.
Request
{
account: string;
enabled: boolean;
}
Response
undefined;