@cashlab/moria
    Preparing search index...

    Type Alias MoriaTxResult

    MoriaTxResult: TxResult & {
        batonminter_utxo: UTXOWithNFT | null;
        borrower_p2nfth_utxo: UTXO | null;
        bporacle_utxo: UTXOWithNFT | null;
        delphi_utxo: UTXOWithNFT;
        fees: {
            batonminter_mint_fee?: bigint;
            bporacle_use_fee?: bigint;
            delphi_use_fee?: bigint;
            total: bigint;
        };
        interest_utxo: UTXOWithFT
        | null;
        loan_agent_utxo: UTXOWithNFT | null;
        loan_utxo: UTXOWithNFT | null;
        moria_utxo: UTXOWithNFT;
    }