@hashgraph/solo
    Preparing search index...

    Interface LocalContextObject

    interface LocalContextObject {
        connection: WebSocket;
        errorMessage: string;
        reject: (reason?: any) => void;
    }
    Index

    Properties

    connection: WebSocket
    errorMessage: string
    reject: (reason?: any) => void