Takaro - v0.4.13
    Preparing search index...

    Interface VMExecutionResult

    interface VMExecutionResult {
        logs: { details?: string | Record<string, unknown>; msg: string }[];
        success: boolean;
    }
    Index

    Properties

    Properties

    logs: { details?: string | Record<string, unknown>; msg: string }[]
    success: boolean