Interface IGetStatusResponse

Return interface for the Wallet.getStatus method.

interface IGetStatusResponse {
    context?: string;
    isConnected: boolean;
    isOpen: boolean;
    isSynced: boolean;
    networkId?: NetworkId;
    url?: string;
}

Properties

context?: string
isConnected: boolean
isOpen: boolean
isSynced: boolean
networkId?: NetworkId
url?: string

Generated using TypeDoc