Skip to content

Type Alias: GetStateInput

type GetStateInput = {
  boopHash: Hash;
  entryPoint?: Address;
};

Defined in: apps/submitter/lib/handlers/getState/types.ts:9

Input for a getState call (boop/state route)

Properties

boopHash

boopHash: Hash;

Defined in: apps/submitter/lib/handlers/getState/types.ts:14

Hash of the boop whose state to retrieve.


entryPoint?

optional entryPoint: Address;

Defined in: apps/submitter/lib/handlers/getState/types.ts:11

Optional target entrypoint, in case the submitter supports multiple entrypoints.