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

    Interface EVMFeeProperties

    interface EVMFeeProperties {
        gas: bigint;
        maxFeePerGas: bigint;
        maxPriorityFeePerGas: bigint;
    }
    Index

    Properties

    gas: bigint
    maxFeePerGas: bigint
    maxPriorityFeePerGas: bigint