Module rgb::schema::constants[][src]

Expand description

Constants used by embedded validation procedures representing standard metadata fields, state and transition types analyzed by them

Constants

FIELD_TYPE_BURN_SUPPLY

[FieldType] that is used by the embedded validation procedure [StandardProcedure::ProofOfBurn]

FIELD_TYPE_BURN_UTXO

[FieldType] that is used by the embedded validation procedure [StandardProcedure::ProofOfBurn]

FIELD_TYPE_HISTORY_PROOF

[FieldType] that is used by the embedded validation procedure [StandardProcedure::ProofOfBurn]

FIELD_TYPE_HISTORY_PROOF_FORMAT

[FieldType] that is used by the embedded validation procedure [StandardProcedure::ProofOfBurn]

FIELD_TYPE_ISSUED_SUPPLY

[FieldType] that is used by the embedded validation procedure [StandardProcedure::InflationControlBySum]

FIELD_TYPE_LOCK_DESCRIPTOR

[FieldType] that is used by the embedded validation procedure [StandardProcedure::ProofOfReserve]

FIELD_TYPE_LOCK_UTXO

[FieldType] that is used by the embedded validation procedure [StandardProcedure::ProofOfReserve]

STATE_TYPE_FUNGIBLE_ASSETS

[OwnedRightType] that is used by the embedded validation procedures [StandardProcedure::NoInflationBySum] and [StandardProcedure::InflationControlBySum]

STATE_TYPE_FUNGIBLE_INFLATION

[OwnedRightType] that is used by the embedded validation procedure [StandardProcedure::InflationControlBySum]

STATE_TYPE_NONFUNGIBLE_INFLATION

[TransitionType] that is used by the embedded validation procedures [StandardProcedure::NonfungibleInflation]

STATE_TYPE_NONFUNGIBLE_OWNERSHIP

[OwnedRightType] that is used by the embedded validation procedures [StandardProcedure::NonfungibleInflation] and [StandardProcedure::IdentityTransfer]

TRANSITION_TYPE_FUNGIBLE_ISSUE

[TransitionType] that is used by the embedded validation procedures [StandardProcedure::NoInflationBySum]