Expand description
Types to verify global laws and generate state diffs
Modules§
- debit_
allowance - The debit allowance type.
- fungible
- The fungible token mint type.
- nft
- The NFT type. NFT-related types and operations.
Structs§
- Payload
- A payload wrapper containing both structured content and optional arbitrary bytes.
- Verifiable
With Diffs - A VerifiableType paired with the actually executed StateDiffs
- Verification
Context - External inputs needed to verify the rules.
Enums§
- Payload
Kind - Top-level enumeration of possible payloads.
- Verifiable
Type - All operations that verifiably satisfy global rules and can be translated to state diffs are part of this enum.
- Verification
Context Error - Errors related to applying state diffs to the verification context.
Traits§
- Debit
Target - All verifiables specify which vault they debit i.e. write to.
Type Aliases§
- Signed
Payload - A signed message containing a Payload.
- Verifiable
Id - A unique identifier for a verifiable message in the system.