interface NodeHandshakeResult {
    addrs: string[];
    data: any;
}

Properties

Properties

addrs: string[]
data: any

Generated using TypeDoc