Expand description
Protocol structs for Schema transaction payloads
Structs§
- Schema
Create Action - Native implementation for the “create schema” action
- Schema
Create Builder - Builder used to create a “create schema” action
- Schema
Payload - Native representation of a Schema transaction payload
- Schema
Payload Builder - Builder used to create a Schema payload
- Schema
Update Action - Native representation of an “update schema” action
- Schema
Update Builder - Builder used to create an “update schema” action
Enums§
- Action
- Schema payload’s action envelope
- Schema
Create Build Error - Returned if any required fields in a
SchemaCreateAction
are not present when being converted from the corresponding builder - Schema
Payload Build Error - Returned if any required fields in a
SchemaPayload
are not present when being converted from the corresponding builder - Schema
Update Build Error - Returned if any required fields in a
SchemaUpdateAction
are not present when being converted from the corresponding builder