TLSInfo contains information for connecting to this node via TLS.

interface NodeTLSInfo {
    pub_key: Uint8Array;
}

Properties

Properties

pub_key: Uint8Array

PubKey is the public key used for establishing TLS connections.