interface HandshakeWithNode {
    challenge: string;
    url: string;
}

Properties

Properties

challenge: string
url: string