We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
var_int.value
var_str.str
var_list.list
net_addr.addrs
inv.inventory
error.vector
pubkey.needed
msg.identities
broadcast.subscriptions
bootstrap
connect
listen
{host: "1.2.3.4", port: 8444}
connection
transport, {host, port}
fatal
type
version
protoVersion
streamNumbers
tryDecode
validate
The text was updated successfully, but these errors were encountered:
Kagami
No branches or pull requests
var_int.value
vsvar_str.str
vsvar_list.list
net_addr.addrs
vsinv.inventory
vserror.vector
pubkey.needed
vsmsg.identities
vsbroadcast.subscriptions
bootstrap
/connect
/listen
API: it's better to always use objects instead of positional arguments. (E.g.{host: "1.2.3.4", port: 8444}
)connection
pass 3 positional arguments (should it passtransport, {host, port}
instead?)fatal
field is nonintuitive (better to use something liketype
)version
field is nonintuitive (better to use something likeprotoVersion
)streamNumbers
field is awkwardtryDecode
andvalidate
don't throw exceptionsThe text was updated successfully, but these errors were encountered: