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

    Interface UserOperationV6

    interface UserOperationV6 {
        sender: `0x${string}`;
        nonce: `0x${string}`;
        initCode: `0x${string}`;
        callData: `0x${string}`;
        callGasLimit: `0x${string}`;
        verificationGasLimit: `0x${string}`;
        preVerificationGas: `0x${string}`;
        maxFeePerGas: `0x${string}`;
        maxPriorityFeePerGas: `0x${string}`;
        paymasterAndData: `0x${string}`;
        signature: `0x${string}`;
    }
    Index

    Properties

    sender: `0x${string}`
    nonce: `0x${string}`
    initCode: `0x${string}`
    callData: `0x${string}`
    callGasLimit: `0x${string}`
    verificationGasLimit: `0x${string}`
    preVerificationGas: `0x${string}`
    maxFeePerGas: `0x${string}`
    maxPriorityFeePerGas: `0x${string}`
    paymasterAndData: `0x${string}`
    signature: `0x${string}`