Type Alias: PendingBoopInfo
type PendingBoopInfo = {
hash: Hash;
nonceTrack: UInt256;
nonceValue: UInt256;
submitted: boolean;
};Defined in: packages/submitter/lib/interfaces/boop_pending.ts:11
Properties
hash
hash: Hash;Defined in: packages/submitter/lib/interfaces/boop_pending.ts:12
nonceTrack
nonceTrack: UInt256;Defined in: packages/submitter/lib/interfaces/boop_pending.ts:13
nonceValue
nonceValue: UInt256;Defined in: packages/submitter/lib/interfaces/boop_pending.ts:14
submitted
submitted: boolean;Defined in: packages/submitter/lib/interfaces/boop_pending.ts:15