Hierarchy

  • JitInherentRequest

Constructors

  • Parameters

    • sender: Uint8Array = ...
    • nonce: u64 = 0
    • nonceKey: Uint8Array = ...
    • initCode: Uint8Array = ...
    • callData: Uint8Array = ...
    • callGasLimit: u64 = 0
    • verificationGasLimit: u64 = 0
    • paymasterAndData: Uint8Array = ...

    Returns JitInherentRequest

Properties

callData: Uint8Array
callGasLimit: u64
initCode: Uint8Array
nonce: u64
nonceKey: Uint8Array
paymasterAndData: Uint8Array
sender: Uint8Array
verificationGasLimit: u64

Methods