Interface IGetInfoResponse

Return interface for the RpcClient.getInfo RPC method.

interface IGetInfoResponse {
    hasMessageId: boolean;
    hasNotifyCommand: boolean;
    isSynced: boolean;
    isUtxoIndexed: boolean;
    mempoolSize: bigint;
    p2pId: string;
    serverVersion: string;
}

Properties

hasMessageId: boolean

GRPC ONLY

hasNotifyCommand: boolean

GRPC ONLY

isSynced: boolean
isUtxoIndexed: boolean
mempoolSize: bigint
p2pId: string
serverVersion: string

Generated using TypeDoc