MCPcopy
hub / github.com/eth-infinitism/account-abstraction / ValidationData

Interface ValidationData

test/testutils.ts:350–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350export interface ValidationData {
351 aggregator: string
352 validAfter: number
353 validUntil: number
354}
355
356export const maxUint48 = (2 ** 48) - 1
357export function parseValidationData (validationData: BigNumberish): ValidationData {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected