Skip to main content

Module operation

Module operation 

Source
Expand description

Generic operation metadata for syncbat handlers.

Structs§

DescriptorValidationError
Descriptor shape validation failure.
OperationDescriptor
Stable metadata that describes a byte-oriented operation.
OperationRegisterItem
Macro-generated operation registration item.

Enums§

EffectClass
Runtime-facing side-effect classification for an operation receipt.

Constants§

MAX_DESCRIPTOR_REF_BYTES
Maximum bytes accepted for schema and receipt string references.
MAX_OPERATION_NAME_BYTES
Maximum bytes accepted for a stable operation name.

Type Aliases§

OperationInput
Byte input passed into a syncbat handler.
OperationOutput
Byte output returned by a syncbat handler.