Skip to content

probe-web / @probe-web/client / wire / WireRegisterValue

Type Alias: WireRegisterValue

ts
type WireRegisterValue = 
  | {
  U32: number;
}
  | {
  U64: bigint;
}
  | {
  U128: bigint;
};

Defined in: wire.ts:1052

probe-rs-rpc WireRegisterValue.