Type Alias: PendingBoopInfo
type PendingBoopInfo = {
boopHash: Hash;
nonceTrack: UInt256;
nonceValue: UInt256;
submitted: boolean;
};Defined in: apps/submitter/lib/handlers/getPending/types.ts:42
Information about a pending boop.
Properties
boopHash
boopHash: Hash;Defined in: apps/submitter/lib/handlers/getPending/types.ts:43
nonceTrack
nonceTrack: UInt256;Defined in: apps/submitter/lib/handlers/getPending/types.ts:44
nonceValue
nonceValue: UInt256;Defined in: apps/submitter/lib/handlers/getPending/types.ts:45
submitted
submitted: boolean;Defined in: apps/submitter/lib/handlers/getPending/types.ts:47
Whether the boop has been submitted to the blockchain yet.