Interface IGetServerInfoResponse

Return interface for the RpcClient.getServerInfo RPC method.

interface IGetServerInfoResponse {
    hasUtxoIndex: boolean;
    isSynced: boolean;
    networkId: string;
    rpcApiVersion: number[];
    serverVersion: string;
    virtualDaaScore: bigint;
}

Properties

hasUtxoIndex: boolean
isSynced: boolean
networkId: string
rpcApiVersion: number[]
serverVersion: string
virtualDaaScore: bigint

Generated using TypeDoc