@safe-global/safe-gateway-typescript-sdk
    Preparing search index...

    Type Alias GasPriceFixedEIP1559

    type GasPriceFixedEIP1559 = {
        maxFeePerGas: string;
        maxPriorityFeePerGas: string;
        type: FIXED_1559;
    }
    Index

    Properties

    maxFeePerGas: string
    maxPriorityFeePerGas: string