OPNet
    Preparing search index...

    Interface InteractionTransactionReceipt

    interface InteractionTransactionReceipt {
        challengeSolution: RawChallenge;
        compiledTargetScript: null | string;
        estimatedFees: bigint;
        fundingUTXOs: UTXO[];
        interactionAddress: null | string;
        newUTXOs: UTXO[];
        peerAcknowledgements: number;
        rawTransaction: string;
        transactionId: string;
    }
    Index

    Properties

    challengeSolution: RawChallenge
    compiledTargetScript: null | string
    estimatedFees: bigint
    fundingUTXOs: UTXO[]
    interactionAddress: null | string
    newUTXOs: UTXO[]
    peerAcknowledgements: number
    rawTransaction: string
    transactionId: string