Interface NodeCommandServerKeysResponse

interface NodeCommandServerKeysResponse {
    attestation?: NodeAttestation;
    hdRootPubkeys: string[];
    latestBlockhash?: string;
    networkPublicKey: string;
    networkPublicKeySet: string;
    serverPublicKey: string;
    subnetPublicKey: string;
}

Properties

attestation?: NodeAttestation
hdRootPubkeys: string[]
latestBlockhash?: string
networkPublicKey: string
networkPublicKeySet: string
serverPublicKey: string
subnetPublicKey: string