Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (12 loc) · 289 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 289 Bytes

Noise RPC request

sendRequest ({
  method, // rpc method
  url, // slashtags url
  params, // request params
  keypair, // slashtags keypair
  headers = { 'Content-Type': 'application/json'},
  curve = edCurve, // key type
  prologue = Buffer.alloc(0) // handshake prologue
})