Type Alias: GetStateOutput
type GetStateOutput =
| GetStateReceipt
| GetStateSimulated
| GetStateError;
Defined in: apps/submitter/lib/handlers/getState/types.ts:39
Output for a getState
call (boop/state
route): either the boop landed onchain and a
receipt is available, or it was simulated and a result is available, or an error output.