Module verifiable

Module verifiable 

Source
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§

VerifiableWithDiffs
A VerifiableType paired with the actually executed StateDiffs
VerificationContext
External inputs needed to verify the rules.

Enums§

VerifiableType
All operations that verifiably satisfy global rules and can be translated to state diffs are part of this enum.
VerificationContextError
Errors related to applying state diffs to the verification context.

Traits§

DebitTarget
All verifiables specify which vault they debit i.e. write to.