connection
connection: {
string: string;
}
status
status: {
online: boolean;
ready: boolean;
timestamp: number;
}
sync
sync: {
block: number;
block_hash: string;
status: boolean;
}
verification
verification: {
message: string;
status: boolean;
timestamp: number;
}