interface ClusterTime {
    clusterTime: Timestamp;
    signature: {
        hash: Binary;
        keyId: Long;
    };
}

Properties

clusterTime: Timestamp
signature: {
    hash: Binary;
    keyId: Long;
}

Type declaration