@cashlab/moria
    Preparing search index...

    Type Alias MoriaMutationContext

    type MoriaMutationContext = {
        batonminter_utxo: UTXOWithNFT;
        bporacle_utxo: UTXOWithNFT;
        compiler_context: MoriaCompilerContext;
        delphi_gp_updater_utxo?: UTXOWithNFT;
        delphi_utxo: UTXOWithNFT;
        list: TxResult[];
        moria_utxo: UTXOWithNFT;
    }
    Index

    Properties

    batonminter_utxo: UTXOWithNFT
    bporacle_utxo: UTXOWithNFT
    compiler_context: MoriaCompilerContext
    delphi_gp_updater_utxo?: UTXOWithNFT
    delphi_utxo: UTXOWithNFT
    list: TxResult[]
    moria_utxo: UTXOWithNFT