@cashlab/moria
    Preparing search index...

    Type Alias ITxGenContext

    type ITxGenContext = {
        txfee_per_byte: Fraction | null;
        getOutputMinAmount(output: Output): bigint;
        getPreferredTokenOutputBCHAmount(output: Output): null | bigint;
    }
    Index

    Properties

    txfee_per_byte: Fraction | null

    Methods

    • Parameters

      • output: Output

      Returns null | bigint