@cashlab/moria
    Preparing search index...

    Type Alias RefinanceLoanResult

    type RefinanceLoanResult = {
        loan_utxo: UTXOWithNFT;
        moria_utxo: UTXOWithNFT;
        oracle_use_fee: bigint;
        oracle_utxo: UTXOWithNFT;
        payouts: UTXO[];
        tx_result_chain: TxResult[];
        txfee: bigint;
    }
    Index

    Properties

    loan_utxo: UTXOWithNFT
    moria_utxo: UTXOWithNFT
    oracle_use_fee: bigint
    oracle_utxo: UTXOWithNFT
    payouts: UTXO[]
    tx_result_chain: TxResult[]
    txfee: bigint