Documentation

    Interface SuiExecutionResult

    interface SuiExecutionResult {
        mutableReferenceOutputs?: [SuiArgument, number[], string][];
        returnValues?: [number[], string][];
    }
    Index

    Properties

    mutableReferenceOutputs?: [SuiArgument, number[], string][]

    The value of any arguments that were mutably borrowed. Non-mut borrowed values are not included

    returnValues?: [number[], string][]

    The return values from the transaction

    MMNEPVFCICPMFPCPTTAAATR