probe-web / @probe-web/client / wire / ScanRegion
Type Alias: ScanRegion
ts
type ScanRegion =
| "Ram"
| {
Ranges: [bigint, bigint][];
}
| {
Exact: bigint;
};Defined in: wire.ts:737
probe-rs-rpc ScanRegion.