Type Alias: GetStateInput
type GetStateInput = {
boopHash: Hash;
};
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:11
Hash of the boop whose state to retrieve.