Skip to content

Type Alias: PendingBoopInfo

type PendingBoopInfo = {
  hash: Hash;
  nonceTrack: UInt256;
  nonceValue: UInt256;
  submitted: boolean;
};

Defined in: apps/submitter/lib/handlers/getPending/types.ts:25

Properties

hash

hash: Hash;

Defined in: apps/submitter/lib/handlers/getPending/types.ts:26


nonceTrack

nonceTrack: UInt256;

Defined in: apps/submitter/lib/handlers/getPending/types.ts:27


nonceValue

nonceValue: UInt256;

Defined in: apps/submitter/lib/handlers/getPending/types.ts:28


submitted

submitted: boolean;

Defined in: apps/submitter/lib/handlers/getPending/types.ts:29