Type Alias: GetPendingInput
type GetPendingInput = {
account: Address;
};
Defined in: apps/submitter/lib/handlers/getPending/types.ts:8
Input of a execute
call (boop/execute
route).
Properties
account
account: Address;
Defined in: apps/submitter/lib/handlers/getPending/types.ts:10
The account for which to get the pending boops.