OPNet
    Preparing search index...

    Interface TransactionParameters

    interface TransactionParameters {
        anchor?: boolean;
        dontUseCSVUtxos?: boolean;
        extraInputs?: UTXO[];
        extraOutputs?: PsbtOutputExtended[];
        feeRate?: number;
        from?: Address;
        maximumAllowedSatToSpend: bigint;
        minGas?: bigint;
        network: Network;
        note?: string | Buffer<ArrayBufferLike>;
        p2wda?: boolean;
        priorityFee?: bigint;
        refundTo: string;
        sender?: string;
        signer?: Signer | ECPairInterface;
        txVersion?: SupportedTransactionVersion;
        utxos?: UTXO[];
    }
    Index

    Properties

    anchor?: boolean
    dontUseCSVUtxos?: boolean
    extraInputs?: UTXO[]
    extraOutputs?: PsbtOutputExtended[]
    feeRate?: number
    from?: Address
    maximumAllowedSatToSpend: bigint
    minGas?: bigint
    network: Network
    note?: string | Buffer<ArrayBufferLike>
    p2wda?: boolean
    priorityFee?: bigint
    refundTo: string
    sender?: string
    signer?: Signer | ECPairInterface
    txVersion?: SupportedTransactionVersion
    utxos?: UTXO[]