wallet/rescan
Resets all accounts and rescans them for transsactions
Request
{
/**
* If true, the RPC will stream back the progress of the rescan
*/
follow?: boolean
}
Response
{
sequence: number;
startedAt: number;
endSequence: number;
}