ChainSig.js Documentation - v1.1.6
    Preparing search index...

    Interface UserOperationV7

    interface UserOperationV7 {
        sender: `0x${string}`;
        nonce: `0x${string}`;
        factory: `0x${string}`;
        factoryData: `0x${string}`;
        callData: `0x${string}`;
        callGasLimit: `0x${string}`;
        verificationGasLimit: `0x${string}`;
        preVerificationGas: `0x${string}`;
        maxFeePerGas: `0x${string}`;
        maxPriorityFeePerGas: `0x${string}`;
        paymaster: `0x${string}`;
        paymasterVerificationGasLimit: `0x${string}`;
        paymasterPostOpGasLimit: `0x${string}`;
        paymasterData: `0x${string}`;
        signature: `0x${string}`;
    }
    Index

    Properties

    sender: `0x${string}`
    nonce: `0x${string}`
    factory: `0x${string}`
    factoryData: `0x${string}`
    callData: `0x${string}`
    callGasLimit: `0x${string}`
    verificationGasLimit: `0x${string}`
    preVerificationGas: `0x${string}`
    maxFeePerGas: `0x${string}`
    maxPriorityFeePerGas: `0x${string}`
    paymaster: `0x${string}`
    paymasterVerificationGasLimit: `0x${string}`
    paymasterPostOpGasLimit: `0x${string}`
    paymasterData: `0x${string}`
    signature: `0x${string}`