interface IGetMinGasParams {
    gasCosts: GasCosts;
    gasPerByte: BN;
    inputs: (TransactionRequestInput | Input)[];
    metadataGas: BN;
    txBytesSize: number;
}

Properties

gasCosts: GasCosts
gasPerByte: BN
metadataGas: BN
txBytesSize: number