interface HelloPeerRequest {
    port: number;
    publicKey: string;
    url: string;
}

Properties

Properties

port: number
publicKey: string
url: string