Internal namespace for parsing/formatting multiaddr formats
Internal namespace for parsing/formatting multiaddr formats
Convert multiaddr protocol values between human-readable string and machine-readable bytes
Convert multiaddr protocol values between human-readable string and machine-readable bytes
(fixed-byte-length this)
returns fixed length byte length of protocol (if exists),
including 0 for no value protocols. Can also return nil
if length is variable int encoded
returns fixed length byte length of protocol (if exists), including 0 for no value protocols. Can also return `nil` if length is variable int encoded
(str->bytes this value)
convert readable value to packed representation
convert readable value to packed representation
(bytes->str this data)
convert machine representation slice to readable value
convert machine representation slice to readable value
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close