World all
- Imports:
- interface
hermes:binary/api - interface
hermes:cbor/api
- interface
Import interface hermes:binary/api
Binary Data API
Binary Data types and functions.
Permissions
This API is ALWAYS available. cspell: words Binary API Interface - Imports ONLY
Types
type bstr
Binary String (bstr) is a list of bytes. This type is used to indicate the data is an arbitrary array of bytes.
tuple b128
128 bit value
Tuple Fields
tuple b256
256 bit value
Tuple Fields
tuple b512
512 bit value
Tuple Fields
Import interface hermes:cbor/api
CBOR API
CBOR Data types and functions.
Permissions
This API is ALWAYS available. cspell: words CBOR API Interface - Imports ONLY
Types
type bstr
#### `type cbor` [`bstr`](#bstr)
CBOR is a binary cbor data type. This type is used to indicate the binary array MUST be CBOR data.