pub enum ScryptoCustomTypeKind {
    Reference,
    Own,
    Decimal,
    PreciseDecimal,
    NonFungibleLocalId,
}
Expand description

A schema for the values that a codec can decode / views as valid

Variants§

§

Reference

§

Own

§

Decimal

§

PreciseDecimal

§

NonFungibleLocalId

Trait Implementations§

source§

impl Categorize<ManifestCustomValueKind> for ScryptoCustomTypeKind

source§

impl Categorize<ScryptoCustomValueKind> for ScryptoCustomTypeKind

source§

impl Clone for ScryptoCustomTypeKind

source§

fn clone(&self) -> ScryptoCustomTypeKind

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<L> CustomTypeKind<L> for ScryptoCustomTypeKindwhere L: SchemaTypeLink,

source§

impl Debug for ScryptoCustomTypeKind

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<D> Decode<ManifestCustomValueKind, D> for ScryptoCustomTypeKindwhere D: Decoder<ManifestCustomValueKind>,

source§

fn decode_body_with_value_kind( decoder: &mut D, value_kind: ValueKind<ManifestCustomValueKind> ) -> Result<ScryptoCustomTypeKind, DecodeError>

Decodes the type from the decoder, which should match a preloaded value kind. Read more
source§

impl<D> Decode<ScryptoCustomValueKind, D> for ScryptoCustomTypeKindwhere D: Decoder<ScryptoCustomValueKind>,

source§

fn decode_body_with_value_kind( decoder: &mut D, value_kind: ValueKind<ScryptoCustomValueKind> ) -> Result<ScryptoCustomTypeKind, DecodeError>

Decodes the type from the decoder, which should match a preloaded value kind. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccessControllerCancelPrimaryRoleBadgeWithdrawAttemptInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccessControllerCancelPrimaryRoleBadgeWithdrawAttemptInput", &[], &[190u8, 90u8, 110u8, 1u8, 206u8, 181u8, 234u8, 13u8, 171u8, 244u8, 242u8, 128u8, 74u8, 207u8, 194u8, 254u8, 117u8, 132u8, 67u8, 57u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccessControllerCancelPrimaryRoleRecoveryProposalInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccessControllerCancelPrimaryRoleRecoveryProposalInput", &[], &[56u8, 211u8, 93u8, 230u8, 120u8, 211u8, 9u8, 163u8, 146u8, 15u8, 141u8, 87u8, 94u8, 143u8, 67u8, 59u8, 197u8, 9u8, 253u8, 21u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccessControllerCancelRecoveryRoleBadgeWithdrawAttemptInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccessControllerCancelRecoveryRoleBadgeWithdrawAttemptInput", &[], &[181u8, 68u8, 138u8, 247u8, 66u8, 32u8, 191u8, 214u8, 48u8, 149u8, 180u8, 218u8, 198u8, 171u8, 249u8, 188u8, 140u8, 77u8, 64u8, 93u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccessControllerCancelRecoveryRoleRecoveryProposalInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccessControllerCancelRecoveryRoleRecoveryProposalInput", &[], &[160u8, 216u8, 124u8, 250u8, 80u8, 78u8, 17u8, 84u8, 175u8, 117u8, 174u8, 42u8, 157u8, 60u8, 102u8, 109u8, 7u8, 24u8, 158u8, 122u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccessControllerCreateInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccessControllerCreateInput", &[], &[101u8, 42u8, 12u8, 165u8, 12u8, 6u8, 239u8, 65u8, 242u8, 201u8, 246u8, 51u8, 78u8, 159u8, 211u8, 118u8, 94u8, 221u8, 142u8, 220u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccessControllerCreateProofInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccessControllerCreateProofInput", &[], &[226u8, 224u8, 100u8, 155u8, 199u8, 114u8, 78u8, 120u8, 193u8, 90u8, 118u8, 187u8, 79u8, 186u8, 142u8, 29u8, 240u8, 138u8, 206u8, 172u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccessControllerInitiateBadgeWithdrawAttemptAsPrimaryInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccessControllerInitiateBadgeWithdrawAttemptAsPrimaryInput", &[], &[155u8, 142u8, 27u8, 106u8, 90u8, 84u8, 101u8, 212u8, 5u8, 20u8, 179u8, 81u8, 180u8, 78u8, 58u8, 88u8, 219u8, 136u8, 61u8, 230u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccessControllerInitiateBadgeWithdrawAttemptAsRecoveryInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccessControllerInitiateBadgeWithdrawAttemptAsRecoveryInput", &[], &[205u8, 141u8, 245u8, 235u8, 180u8, 217u8, 218u8, 242u8, 94u8, 213u8, 194u8, 185u8, 134u8, 67u8, 199u8, 193u8, 34u8, 157u8, 76u8, 32u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccessControllerInitiateRecoveryAsPrimaryInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccessControllerInitiateRecoveryAsPrimaryInput", &[], &[196u8, 85u8, 31u8, 192u8, 70u8, 15u8, 248u8, 59u8, 241u8, 118u8, 39u8, 36u8, 114u8, 35u8, 219u8, 22u8, 104u8, 58u8, 127u8, 185u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccessControllerInitiateRecoveryAsRecoveryInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccessControllerInitiateRecoveryAsRecoveryInput", &[], &[187u8, 111u8, 223u8, 60u8, 93u8, 246u8, 159u8, 156u8, 52u8, 15u8, 238u8, 184u8, 20u8, 109u8, 33u8, 119u8, 60u8, 96u8, 10u8, 162u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccessControllerLockPrimaryRoleInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccessControllerLockPrimaryRoleInput", &[], &[2u8, 66u8, 58u8, 37u8, 31u8, 229u8, 166u8, 139u8, 113u8, 243u8, 170u8, 231u8, 69u8, 66u8, 52u8, 193u8, 201u8, 52u8, 114u8, 72u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccessControllerMintRecoveryBadgesInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccessControllerMintRecoveryBadgesInput", &[], &[188u8, 173u8, 42u8, 21u8, 92u8, 2u8, 99u8, 151u8, 92u8, 234u8, 17u8, 169u8, 60u8, 32u8, 63u8, 167u8, 56u8, 44u8, 176u8, 44u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccessControllerQuickConfirmPrimaryRoleBadgeWithdrawAttemptInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccessControllerQuickConfirmPrimaryRoleBadgeWithdrawAttemptInput", &[], &[102u8, 130u8, 96u8, 189u8, 15u8, 233u8, 134u8, 200u8, 111u8, 167u8, 33u8, 106u8, 186u8, 0u8, 3u8, 46u8, 28u8, 89u8, 221u8, 50u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccessControllerQuickConfirmPrimaryRoleRecoveryProposalInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccessControllerQuickConfirmPrimaryRoleRecoveryProposalInput", &[], &[185u8, 201u8, 61u8, 70u8, 136u8, 230u8, 81u8, 117u8, 111u8, 197u8, 168u8, 170u8, 189u8, 109u8, 42u8, 101u8, 113u8, 65u8, 4u8, 192u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccessControllerQuickConfirmRecoveryRoleBadgeWithdrawAttemptInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccessControllerQuickConfirmRecoveryRoleBadgeWithdrawAttemptInput", &[], &[191u8, 184u8, 180u8, 97u8, 9u8, 58u8, 5u8, 121u8, 51u8, 123u8, 127u8, 36u8, 117u8, 153u8, 35u8, 15u8, 131u8, 8u8, 230u8, 66u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccessControllerQuickConfirmRecoveryRoleRecoveryProposalInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccessControllerQuickConfirmRecoveryRoleRecoveryProposalInput", &[], &[40u8, 5u8, 176u8, 13u8, 120u8, 207u8, 52u8, 195u8, 23u8, 90u8, 132u8, 186u8, 5u8, 41u8, 52u8, 183u8, 147u8, 101u8, 56u8, 11u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccessControllerStopTimedRecoveryInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccessControllerStopTimedRecoveryInput", &[], &[78u8, 23u8, 51u8, 231u8, 250u8, 238u8, 223u8, 204u8, 125u8, 242u8, 17u8, 153u8, 120u8, 61u8, 118u8, 183u8, 120u8, 151u8, 54u8, 209u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccessControllerTimedConfirmRecoveryInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccessControllerTimedConfirmRecoveryInput", &[], &[99u8, 181u8, 246u8, 86u8, 157u8, 102u8, 173u8, 17u8, 243u8, 211u8, 12u8, 68u8, 129u8, 171u8, 118u8, 136u8, 143u8, 146u8, 109u8, 245u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccessControllerUnlockPrimaryRoleInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccessControllerUnlockPrimaryRoleInput", &[], &[120u8, 46u8, 66u8, 1u8, 124u8, 205u8, 238u8, 217u8, 129u8, 131u8, 78u8, 114u8, 161u8, 201u8, 104u8, 13u8, 246u8, 154u8, 10u8, 176u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccessRule

source§

const TYPE_ID: RustTypeId = RustTypeId::WellKnown(well_known_scrypto_custom_types::ACCESS_RULE_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccessRuleNode

source§

const TYPE_ID: RustTypeId = RustTypeId::WellKnown(well_known_scrypto_custom_types::ACCESS_RULE_NODE_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccountAddAuthorizedDepositorInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccountAddAuthorizedDepositorInput", &[], &[150u8, 217u8, 81u8, 216u8, 3u8, 238u8, 138u8, 196u8, 164u8, 92u8, 236u8, 111u8, 5u8, 140u8, 227u8, 139u8, 104u8, 184u8, 146u8, 188u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccountBurnInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccountBurnInput", &[], &[79u8, 238u8, 183u8, 203u8, 100u8, 124u8, 252u8, 147u8, 121u8, 171u8, 22u8, 82u8, 247u8, 255u8, 174u8, 59u8, 213u8, 153u8, 249u8, 117u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccountBurnNonFungiblesInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccountBurnNonFungiblesInput", &[], &[172u8, 188u8, 98u8, 34u8, 129u8, 105u8, 126u8, 71u8, 222u8, 223u8, 192u8, 115u8, 255u8, 61u8, 207u8, 147u8, 128u8, 193u8, 156u8, 1u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccountCreateAdvancedInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccountCreateAdvancedInput", &[], &[52u8, 200u8, 78u8, 77u8, 39u8, 188u8, 222u8, 65u8, 143u8, 98u8, 78u8, 24u8, 183u8, 41u8, 197u8, 162u8, 240u8, 69u8, 84u8, 75u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccountCreateInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccountCreateInput", &[], &[73u8, 171u8, 247u8, 225u8, 6u8, 244u8, 110u8, 116u8, 51u8, 50u8, 224u8, 194u8, 162u8, 110u8, 51u8, 202u8, 231u8, 166u8, 53u8, 241u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccountCreateProofOfAmountInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccountCreateProofOfAmountInput", &[], &[119u8, 161u8, 111u8, 117u8, 97u8, 199u8, 116u8, 198u8, 156u8, 224u8, 244u8, 71u8, 58u8, 5u8, 189u8, 158u8, 204u8, 153u8, 21u8, 199u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccountCreateProofOfNonFungiblesInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccountCreateProofOfNonFungiblesInput", &[], &[90u8, 230u8, 112u8, 223u8, 178u8, 71u8, 100u8, 198u8, 209u8, 220u8, 229u8, 63u8, 239u8, 249u8, 254u8, 239u8, 47u8, 86u8, 113u8, 127u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccountDepositBatchInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccountDepositBatchInput", &[], &[121u8, 108u8, 153u8, 138u8, 178u8, 242u8, 164u8, 52u8, 45u8, 117u8, 44u8, 187u8, 76u8, 120u8, 27u8, 235u8, 177u8, 245u8, 21u8, 34u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccountDepositInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccountDepositInput", &[], &[5u8, 54u8, 76u8, 189u8, 100u8, 16u8, 79u8, 27u8, 21u8, 33u8, 132u8, 234u8, 93u8, 123u8, 103u8, 158u8, 174u8, 27u8, 79u8, 25u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccountLockContingentFeeInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccountLockContingentFeeInput", &[], &[36u8, 161u8, 209u8, 153u8, 120u8, 178u8, 196u8, 253u8, 42u8, 1u8, 71u8, 60u8, 109u8, 176u8, 139u8, 205u8, 56u8, 60u8, 251u8, 33u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccountLockFeeAndWithdrawInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccountLockFeeAndWithdrawInput", &[], &[72u8, 179u8, 136u8, 62u8, 67u8, 162u8, 43u8, 80u8, 191u8, 19u8, 157u8, 153u8, 171u8, 62u8, 24u8, 6u8, 193u8, 188u8, 232u8, 197u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccountLockFeeAndWithdrawNonFungiblesInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccountLockFeeAndWithdrawNonFungiblesInput", &[], &[184u8, 168u8, 221u8, 54u8, 66u8, 187u8, 40u8, 12u8, 253u8, 115u8, 184u8, 203u8, 113u8, 81u8, 236u8, 218u8, 64u8, 95u8, 45u8, 16u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccountLockFeeInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccountLockFeeInput", &[], &[203u8, 83u8, 221u8, 43u8, 254u8, 125u8, 195u8, 146u8, 96u8, 203u8, 187u8, 100u8, 93u8, 158u8, 64u8, 87u8, 45u8, 51u8, 154u8, 84u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccountRemoveAuthorizedDepositorInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccountRemoveAuthorizedDepositorInput", &[], &[202u8, 5u8, 160u8, 142u8, 251u8, 252u8, 214u8, 56u8, 40u8, 163u8, 56u8, 149u8, 156u8, 40u8, 100u8, 182u8, 176u8, 191u8, 186u8, 90u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccountRemoveResourcePreferenceInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccountRemoveResourcePreferenceInput", &[], &[103u8, 244u8, 6u8, 2u8, 21u8, 70u8, 249u8, 188u8, 247u8, 162u8, 50u8, 204u8, 240u8, 161u8, 62u8, 162u8, 65u8, 254u8, 104u8, 40u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccountSecurifyInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccountSecurifyInput", &[], &[201u8, 145u8, 41u8, 16u8, 216u8, 192u8, 128u8, 38u8, 241u8, 253u8, 141u8, 218u8, 72u8, 41u8, 229u8, 0u8, 216u8, 189u8, 82u8, 198u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccountSetDefaultDepositRuleInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccountSetDefaultDepositRuleInput", &[], &[184u8, 238u8, 75u8, 194u8, 70u8, 20u8, 243u8, 69u8, 189u8, 228u8, 125u8, 254u8, 110u8, 3u8, 221u8, 245u8, 52u8, 74u8, 188u8, 224u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccountSetResourcePreferenceInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccountSetResourcePreferenceInput", &[], &[164u8, 131u8, 139u8, 219u8, 74u8, 55u8, 164u8, 112u8, 33u8, 85u8, 194u8, 188u8, 29u8, 98u8, 86u8, 183u8, 52u8, 128u8, 91u8, 242u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccountTryDepositBatchOrAbortInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccountTryDepositBatchOrAbortInput", &[], &[118u8, 115u8, 144u8, 65u8, 7u8, 92u8, 141u8, 178u8, 24u8, 218u8, 224u8, 6u8, 180u8, 202u8, 3u8, 87u8, 207u8, 76u8, 243u8, 182u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccountTryDepositBatchOrRefundInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccountTryDepositBatchOrRefundInput", &[], &[165u8, 110u8, 30u8, 163u8, 19u8, 191u8, 182u8, 197u8, 203u8, 13u8, 58u8, 224u8, 207u8, 96u8, 223u8, 128u8, 248u8, 28u8, 106u8, 215u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccountTryDepositOrAbortInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccountTryDepositOrAbortInput", &[], &[171u8, 42u8, 0u8, 107u8, 47u8, 20u8, 33u8, 168u8, 242u8, 13u8, 234u8, 65u8, 12u8, 183u8, 51u8, 27u8, 4u8, 188u8, 246u8, 124u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccountTryDepositOrRefundInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccountTryDepositOrRefundInput", &[], &[73u8, 43u8, 15u8, 179u8, 157u8, 201u8, 104u8, 245u8, 125u8, 120u8, 202u8, 218u8, 130u8, 241u8, 159u8, 104u8, 56u8, 243u8, 197u8, 151u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccountWithdrawInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccountWithdrawInput", &[], &[9u8, 165u8, 94u8, 186u8, 50u8, 232u8, 185u8, 235u8, 95u8, 60u8, 188u8, 252u8, 176u8, 42u8, 226u8, 233u8, 142u8, 171u8, 164u8, 247u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AccountWithdrawNonFungiblesInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AccountWithdrawNonFungiblesInput", &[], &[129u8, 131u8, 39u8, 234u8, 48u8, 9u8, 1u8, 56u8, 83u8, 211u8, 170u8, 74u8, 226u8, 154u8, 19u8, 164u8, 170u8, 98u8, 59u8, 7u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AttachedModuleId

source§

const TYPE_ID: RustTypeId = RustTypeId::WellKnown(well_known_scrypto_custom_types::ATTACHED_MODULE_ID_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AuthConfig

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AuthConfig", &[], &[46u8, 13u8, 75u8, 2u8, 54u8, 108u8, 239u8, 202u8, 123u8, 86u8, 214u8, 73u8, 110u8, 111u8, 11u8, 15u8, 171u8, 17u8, 225u8, 35u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AuthZoneAssertAccessRuleInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AuthZoneAssertAccessRuleInput", &[], &[177u8, 154u8, 8u8, 58u8, 27u8, 239u8, 112u8, 62u8, 90u8, 70u8, 124u8, 92u8, 17u8, 175u8, 47u8, 20u8, 55u8, 227u8, 55u8, 139u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AuthZoneCreateProofOfAllInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AuthZoneCreateProofOfAllInput", &[], &[52u8, 46u8, 168u8, 241u8, 138u8, 78u8, 117u8, 160u8, 141u8, 187u8, 110u8, 2u8, 144u8, 29u8, 131u8, 253u8, 73u8, 121u8, 105u8, 159u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AuthZoneCreateProofOfAmountInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AuthZoneCreateProofOfAmountInput", &[], &[149u8, 47u8, 184u8, 154u8, 18u8, 19u8, 160u8, 120u8, 96u8, 179u8, 102u8, 248u8, 107u8, 231u8, 38u8, 100u8, 248u8, 140u8, 198u8, 48u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AuthZoneCreateProofOfNonFungiblesInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AuthZoneCreateProofOfNonFungiblesInput", &[], &[141u8, 159u8, 245u8, 162u8, 206u8, 137u8, 247u8, 202u8, 77u8, 14u8, 101u8, 151u8, 51u8, 66u8, 119u8, 179u8, 227u8, 178u8, 245u8, 127u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AuthZoneDrainInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AuthZoneDrainInput", &[], &[236u8, 210u8, 226u8, 192u8, 217u8, 2u8, 61u8, 205u8, 37u8, 154u8, 28u8, 125u8, 9u8, 144u8, 159u8, 4u8, 228u8, 14u8, 47u8, 120u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AuthZoneDropProofsInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AuthZoneDropProofsInput", &[], &[255u8, 168u8, 68u8, 74u8, 184u8, 177u8, 237u8, 15u8, 64u8, 127u8, 156u8, 91u8, 171u8, 0u8, 23u8, 28u8, 37u8, 185u8, 30u8, 43u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AuthZoneDropRegularProofsInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AuthZoneDropRegularProofsInput", &[], &[119u8, 200u8, 49u8, 96u8, 189u8, 47u8, 177u8, 24u8, 50u8, 8u8, 90u8, 84u8, 154u8, 64u8, 202u8, 118u8, 6u8, 160u8, 213u8, 26u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AuthZoneDropSignatureProofsInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AuthZoneDropSignatureProofsInput", &[], &[222u8, 198u8, 42u8, 73u8, 103u8, 208u8, 197u8, 118u8, 172u8, 9u8, 116u8, 0u8, 174u8, 229u8, 135u8, 78u8, 137u8, 164u8, 206u8, 214u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AuthZonePopInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AuthZonePopInput", &[], &[159u8, 1u8, 217u8, 83u8, 106u8, 151u8, 159u8, 206u8, 201u8, 111u8, 31u8, 57u8, 157u8, 67u8, 53u8, 57u8, 29u8, 218u8, 238u8, 15u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for AuthZonePushInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("AuthZonePushInput", &[], &[189u8, 32u8, 141u8, 175u8, 230u8, 193u8, 21u8, 112u8, 161u8, 12u8, 114u8, 165u8, 188u8, 131u8, 117u8, 122u8, 34u8, 75u8, 24u8, 35u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
§

impl<T> Describe<ScryptoCustomTypeKind> for BlueprintCollectionSchema<T>where T: Describe<ScryptoCustomTypeKind>,

§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("BlueprintCollectionSchema", &[T::TYPE_ID], &[194u8, 108u8, 193u8, 161u8, 90u8, 120u8, 155u8, 86u8, 168u8, 60u8, 93u8, 165u8, 215u8, 110u8, 220u8, 137u8, 211u8, 234u8, 217u8, 108u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for BlueprintDefinition

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("BlueprintDefinition", &[], &[158u8, 243u8, 127u8, 170u8, 183u8, 94u8, 81u8, 95u8, 253u8, 244u8, 60u8, 247u8, 115u8, 203u8, 208u8, 250u8, 138u8, 58u8, 19u8, 225u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for BlueprintDefinitionInit

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("BlueprintDefinitionInit", &[], &[208u8, 145u8, 80u8, 242u8, 69u8, 42u8, 166u8, 68u8, 244u8, 1u8, 14u8, 242u8, 111u8, 142u8, 88u8, 40u8, 77u8, 78u8, 72u8, 180u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for BlueprintDependencies

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("BlueprintDependencies", &[<IndexSet<GlobalAddress> as ::sbor::Describe::<radix_engine_common::data::scrypto::ScryptoCustomTypeKind>>::TYPE_ID], &[112u8, 46u8, 171u8, 45u8, 49u8, 121u8, 152u8, 255u8, 154u8, 244u8, 92u8, 254u8, 152u8, 244u8, 162u8, 228u8, 190u8, 10u8, 63u8, 161u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
§

impl Describe<ScryptoCustomTypeKind> for BlueprintEventSchemaInit

§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("BlueprintEventSchemaInit", &[<IndexMap<String, TypeRef<LocalTypeId>> as ::sbor::Describe::<radix_engine_common::data::scrypto::ScryptoCustomTypeKind>>::TYPE_ID], &[3u8, 27u8, 5u8, 245u8, 104u8, 121u8, 228u8, 16u8, 100u8, 27u8, 75u8, 248u8, 172u8, 120u8, 246u8, 49u8, 85u8, 238u8, 100u8, 121u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
§

impl Describe<ScryptoCustomTypeKind> for BlueprintFunctionsSchemaInit

§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("BlueprintFunctionsSchemaInit", &[], &[159u8, 224u8, 157u8, 81u8, 140u8, 186u8, 31u8, 12u8, 242u8, 61u8, 219u8, 161u8, 117u8, 83u8, 121u8, 14u8, 155u8, 167u8, 232u8, 129u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
§

impl Describe<ScryptoCustomTypeKind> for BlueprintHook

§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("BlueprintHook", &[], &[232u8, 178u8, 245u8, 38u8, 140u8, 36u8, 45u8, 70u8, 146u8, 161u8, 147u8, 195u8, 189u8, 52u8, 12u8, 234u8, 87u8, 0u8, 118u8, 7u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
§

impl Describe<ScryptoCustomTypeKind> for BlueprintHooksInit

§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("BlueprintHooksInit", &[], &[201u8, 218u8, 24u8, 98u8, 29u8, 38u8, 118u8, 91u8, 9u8, 27u8, 86u8, 242u8, 48u8, 74u8, 226u8, 175u8, 138u8, 189u8, 87u8, 60u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for BlueprintId

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("BlueprintId", &[], &[191u8, 2u8, 117u8, 239u8, 182u8, 125u8, 33u8, 207u8, 105u8, 103u8, 30u8, 26u8, 147u8, 84u8, 26u8, 185u8, 129u8, 61u8, 36u8, 40u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for BlueprintInfo

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("BlueprintInfo", &[], &[184u8, 101u8, 115u8, 187u8, 172u8, 114u8, 51u8, 245u8, 154u8, 218u8, 117u8, 149u8, 64u8, 86u8, 63u8, 100u8, 252u8, 102u8, 73u8, 185u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for BlueprintInterface

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("BlueprintInterface", &[], &[121u8, 27u8, 196u8, 76u8, 56u8, 212u8, 27u8, 20u8, 89u8, 208u8, 237u8, 41u8, 212u8, 138u8, 215u8, 60u8, 40u8, 96u8, 151u8, 52u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
§

impl<T> Describe<ScryptoCustomTypeKind> for BlueprintKeyValueSchema<T>where T: Describe<ScryptoCustomTypeKind>,

§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("BlueprintKeyValueSchema", &[T::TYPE_ID], &[81u8, 118u8, 75u8, 155u8, 176u8, 206u8, 249u8, 219u8, 24u8, 40u8, 244u8, 136u8, 97u8, 224u8, 20u8, 135u8, 85u8, 30u8, 53u8, 137u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for BlueprintPartitionType

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("BlueprintPartitionType", &[], &[169u8, 43u8, 37u8, 111u8, 101u8, 98u8, 251u8, 19u8, 211u8, 129u8, 137u8, 55u8, 60u8, 229u8, 235u8, 208u8, 132u8, 219u8, 75u8, 27u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for BlueprintPayloadIdentifier

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("BlueprintPayloadIdentifier", &[], &[231u8, 180u8, 247u8, 253u8, 250u8, 28u8, 132u8, 0u8, 118u8, 69u8, 85u8, 161u8, 59u8, 96u8, 219u8, 202u8, 216u8, 165u8, 91u8, 197u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
§

impl Describe<ScryptoCustomTypeKind> for BlueprintSchemaInit

§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("BlueprintSchemaInit", &[], &[84u8, 157u8, 146u8, 147u8, 58u8, 209u8, 134u8, 183u8, 66u8, 162u8, 212u8, 167u8, 69u8, 31u8, 219u8, 83u8, 95u8, 83u8, 204u8, 205u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
§

impl Describe<ScryptoCustomTypeKind> for BlueprintStateSchemaInit

§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("BlueprintStateSchemaInit", &[], &[201u8, 137u8, 254u8, 23u8, 12u8, 125u8, 2u8, 84u8, 18u8, 153u8, 93u8, 115u8, 19u8, 115u8, 129u8, 1u8, 65u8, 120u8, 51u8, 140u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for BlueprintType

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("BlueprintType", &[], &[220u8, 246u8, 96u8, 69u8, 199u8, 32u8, 34u8, 44u8, 87u8, 248u8, 56u8, 3u8, 135u8, 236u8, 54u8, 214u8, 46u8, 63u8, 158u8, 105u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for BlueprintTypeIdentifier

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("BlueprintTypeIdentifier", &[], &[194u8, 89u8, 221u8, 204u8, 187u8, 113u8, 55u8, 160u8, 205u8, 37u8, 201u8, 19u8, 72u8, 73u8, 72u8, 190u8, 76u8, 229u8, 166u8, 43u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
§

impl Describe<ScryptoCustomTypeKind> for BlueprintTypeSchemaInit

§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("BlueprintTypeSchemaInit", &[<IndexMap<String, LocalTypeId> as ::sbor::Describe::<radix_engine_common::data::scrypto::ScryptoCustomTypeKind>>::TYPE_ID], &[3u8, 165u8, 255u8, 90u8, 11u8, 28u8, 25u8, 70u8, 196u8, 120u8, 127u8, 93u8, 103u8, 105u8, 191u8, 21u8, 52u8, 37u8, 37u8, 56u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for BlueprintVersion

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("BlueprintVersion", &[], &[48u8, 108u8, 134u8, 10u8, 59u8, 136u8, 100u8, 121u8, 254u8, 224u8, 122u8, 37u8, 41u8, 208u8, 118u8, 63u8, 206u8, 71u8, 37u8, 103u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for BlueprintVersionKey

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("BlueprintVersionKey", &[], &[194u8, 26u8, 7u8, 196u8, 115u8, 25u8, 45u8, 98u8, 213u8, 219u8, 246u8, 6u8, 139u8, 171u8, 19u8, 218u8, 155u8, 197u8, 26u8, 168u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for Bucket

source§

const TYPE_ID: RustTypeId = RustTypeId::WellKnown(well_known_scrypto_custom_types::OWN_BUCKET_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for BucketCreateProofOfAllInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("BucketCreateProofOfAllInput", &[], &[158u8, 140u8, 0u8, 122u8, 52u8, 220u8, 97u8, 246u8, 18u8, 246u8, 221u8, 18u8, 238u8, 104u8, 38u8, 98u8, 50u8, 115u8, 99u8, 198u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for BucketGetAmountInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("BucketGetAmountInput", &[], &[128u8, 61u8, 219u8, 235u8, 57u8, 62u8, 198u8, 92u8, 246u8, 6u8, 129u8, 72u8, 150u8, 23u8, 168u8, 242u8, 31u8, 107u8, 97u8, 43u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for BucketGetNonFungibleLocalIdsInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("BucketGetNonFungibleLocalIdsInput", &[], &[155u8, 164u8, 250u8, 184u8, 135u8, 148u8, 72u8, 208u8, 90u8, 71u8, 187u8, 235u8, 224u8, 88u8, 254u8, 244u8, 227u8, 21u8, 30u8, 246u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for BucketGetResourceAddressInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("BucketGetResourceAddressInput", &[], &[74u8, 88u8, 123u8, 140u8, 23u8, 184u8, 194u8, 144u8, 121u8, 73u8, 176u8, 122u8, 245u8, 55u8, 51u8, 26u8, 109u8, 10u8, 27u8, 238u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for BucketPutInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("BucketPutInput", &[], &[244u8, 172u8, 62u8, 54u8, 139u8, 34u8, 180u8, 4u8, 92u8, 50u8, 10u8, 193u8, 141u8, 251u8, 242u8, 143u8, 84u8, 203u8, 113u8, 32u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for BucketTakeAdvancedInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("BucketTakeAdvancedInput", &[], &[114u8, 68u8, 106u8, 194u8, 180u8, 216u8, 223u8, 98u8, 169u8, 188u8, 47u8, 7u8, 16u8, 44u8, 184u8, 161u8, 205u8, 209u8, 224u8, 59u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for BucketTakeInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("BucketTakeInput", &[], &[169u8, 158u8, 99u8, 188u8, 55u8, 47u8, 179u8, 153u8, 252u8, 177u8, 163u8, 153u8, 27u8, 180u8, 164u8, 196u8, 173u8, 138u8, 93u8, 50u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for BucketTakeNonFungiblesInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("BucketTakeNonFungiblesInput", &[], &[35u8, 220u8, 87u8, 206u8, 134u8, 83u8, 13u8, 163u8, 88u8, 210u8, 20u8, 225u8, 167u8, 58u8, 111u8, 225u8, 168u8, 41u8, 57u8, 154u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl<T> Describe<ScryptoCustomTypeKind> for BurnRoles<T>where T: Describe<ScryptoCustomTypeKind>,

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("BurnRoles", &[T::TYPE_ID], &[38u8, 173u8, 128u8, 205u8, 94u8, 49u8, 127u8, 222u8, 42u8, 30u8, 164u8, 68u8, 6u8, 202u8, 8u8, 157u8, 160u8, 207u8, 199u8, 89u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for CanonicalBlueprintId

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("CanonicalBlueprintId", &[], &[90u8, 144u8, 108u8, 37u8, 204u8, 3u8, 38u8, 67u8, 98u8, 7u8, 158u8, 80u8, 36u8, 141u8, 210u8, 103u8, 43u8, 52u8, 196u8, 85u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for CheckedFungibleProof

source§

const TYPE_ID: RustTypeId = _

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for CheckedNonFungibleProof

source§

const TYPE_ID: RustTypeId = _

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for CheckedProof

source§

const TYPE_ID: RustTypeId = _

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ComponentAddress

source§

const TYPE_ID: RustTypeId = sbor::RustTypeId::WellKnown(crate::data::scrypto::well_known_scrypto_custom_types::COMPONENT_ADDRESS_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ComponentCastError

source§

const TYPE_ID: RustTypeId = _

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ComponentClaimRoyaltiesInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ComponentClaimRoyaltiesInput", &[], &[9u8, 203u8, 165u8, 27u8, 155u8, 161u8, 180u8, 211u8, 177u8, 40u8, 199u8, 87u8, 54u8, 64u8, 202u8, 75u8, 158u8, 1u8, 222u8, 233u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ComponentRoyaltyConfig

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ComponentRoyaltyConfig", &[], &[234u8, 155u8, 245u8, 135u8, 92u8, 224u8, 215u8, 92u8, 102u8, 98u8, 198u8, 183u8, 145u8, 17u8, 116u8, 163u8, 138u8, 44u8, 160u8, 71u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ComponentRoyaltyCreateInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ComponentRoyaltyCreateInput", &[], &[52u8, 79u8, 17u8, 244u8, 84u8, 74u8, 134u8, 252u8, 82u8, 24u8, 108u8, 186u8, 116u8, 54u8, 151u8, 99u8, 205u8, 180u8, 223u8, 147u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ComponentRoyaltyLockInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ComponentRoyaltyLockInput", &[], &[83u8, 166u8, 241u8, 220u8, 212u8, 50u8, 5u8, 181u8, 58u8, 153u8, 50u8, 98u8, 46u8, 44u8, 238u8, 164u8, 38u8, 197u8, 193u8, 175u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ComponentRoyaltySetInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ComponentRoyaltySetInput", &[], &[242u8, 143u8, 110u8, 40u8, 86u8, 8u8, 71u8, 228u8, 220u8, 145u8, 17u8, 164u8, 130u8, 165u8, 196u8, 198u8, 5u8, 188u8, 51u8, 125u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ComponentRoyaltySubstate

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ComponentRoyaltySubstate", &[], &[97u8, 116u8, 84u8, 103u8, 172u8, 132u8, 145u8, 92u8, 59u8, 135u8, 177u8, 11u8, 230u8, 78u8, 227u8, 133u8, 89u8, 17u8, 227u8, 29u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ConsensusManagerCompareCurrentTimeInputV1

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ConsensusManagerCompareCurrentTimeInput", &[], &[106u8, 12u8, 185u8, 16u8, 61u8, 113u8, 101u8, 23u8, 138u8, 41u8, 210u8, 13u8, 133u8, 41u8, 10u8, 183u8, 45u8, 201u8, 116u8, 113u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ConsensusManagerCompareCurrentTimeInputV2

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ConsensusManagerCompareCurrentTimeInput", &[], &[159u8, 122u8, 18u8, 148u8, 40u8, 121u8, 250u8, 186u8, 34u8, 25u8, 81u8, 235u8, 223u8, 158u8, 125u8, 31u8, 240u8, 161u8, 177u8, 87u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ConsensusManagerConfig

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ConsensusManagerConfig", &[], &[120u8, 1u8, 215u8, 227u8, 100u8, 88u8, 86u8, 191u8, 6u8, 220u8, 181u8, 58u8, 96u8, 169u8, 224u8, 82u8, 151u8, 201u8, 215u8, 128u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ConsensusManagerCreateInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ConsensusManagerCreateInput", &[], &[205u8, 88u8, 139u8, 177u8, 96u8, 152u8, 28u8, 147u8, 97u8, 142u8, 174u8, 149u8, 108u8, 204u8, 180u8, 217u8, 119u8, 221u8, 151u8, 47u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ConsensusManagerCreateValidatorInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ConsensusManagerCreateValidatorInput", &[], &[4u8, 119u8, 20u8, 104u8, 104u8, 130u8, 177u8, 155u8, 54u8, 25u8, 132u8, 4u8, 130u8, 156u8, 160u8, 253u8, 37u8, 186u8, 203u8, 26u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for Decimal

source§

const TYPE_ID: RustTypeId = sbor::RustTypeId::WellKnown(crate::data::scrypto::well_known_scrypto_custom_types::DECIMAL_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for DefaultDepositRule

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("DefaultDepositRule", &[], &[207u8, 10u8, 151u8, 176u8, 52u8, 18u8, 99u8, 100u8, 208u8, 193u8, 16u8, 42u8, 85u8, 231u8, 51u8, 238u8, 20u8, 109u8, 133u8, 46u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl<T> Describe<ScryptoCustomTypeKind> for DepositRoles<T>where T: Describe<ScryptoCustomTypeKind>,

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("DepositRoles", &[T::TYPE_ID], &[145u8, 27u8, 129u8, 116u8, 51u8, 132u8, 180u8, 41u8, 63u8, 202u8, 103u8, 206u8, 192u8, 30u8, 216u8, 37u8, 47u8, 174u8, 66u8, 12u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for Ed25519PublicKey

source§

const TYPE_ID: RustTypeId = RustTypeId::WellKnown(well_known_scrypto_custom_types::ED25519_PUBLIC_KEY_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for Ed25519PublicKeyHash

source§

const TYPE_ID: RustTypeId = RustTypeId::WellKnown(well_known_scrypto_custom_types::ED25519_PUBLIC_KEY_HASH_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for Emitter

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("Emitter", &[], &[59u8, 20u8, 16u8, 233u8, 115u8, 109u8, 244u8, 37u8, 200u8, 197u8, 36u8, 26u8, 91u8, 57u8, 250u8, 31u8, 229u8, 172u8, 156u8, 50u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for EpochChangeCondition

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("EpochChangeCondition", &[], &[136u8, 166u8, 128u8, 91u8, 117u8, 164u8, 187u8, 183u8, 121u8, 60u8, 255u8, 180u8, 211u8, 204u8, 215u8, 160u8, 5u8, 226u8, 10u8, 36u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for EventTypeIdentifier

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("EventTypeIdentifier", &[], &[3u8, 132u8, 6u8, 49u8, 123u8, 132u8, 156u8, 180u8, 30u8, 230u8, 2u8, 165u8, 12u8, 30u8, 167u8, 8u8, 212u8, 28u8, 101u8, 121u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for FallToOwner

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("FallToOwner", &[], &[250u8, 152u8, 97u8, 163u8, 86u8, 35u8, 197u8, 215u8, 178u8, 115u8, 38u8, 80u8, 35u8, 65u8, 223u8, 209u8, 226u8, 35u8, 55u8, 14u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
§

impl<V> Describe<ScryptoCustomTypeKind> for FieldSchema<V>where V: Describe<ScryptoCustomTypeKind>,

§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("FieldSchema", &[V::TYPE_ID], &[37u8, 216u8, 59u8, 159u8, 127u8, 53u8, 175u8, 81u8, 229u8, 45u8, 75u8, 29u8, 9u8, 245u8, 216u8, 4u8, 250u8, 235u8, 151u8, 160u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for FieldValue

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("FieldValue", &[], &[9u8, 182u8, 170u8, 228u8, 71u8, 153u8, 139u8, 252u8, 37u8, 151u8, 3u8, 152u8, 147u8, 74u8, 69u8, 242u8, 116u8, 10u8, 137u8, 72u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for FnIdentifier

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("FnIdentifier", &[], &[19u8, 186u8, 82u8, 9u8, 93u8, 65u8, 44u8, 195u8, 254u8, 205u8, 249u8, 77u8, 204u8, 49u8, 82u8, 221u8, 235u8, 179u8, 58u8, 181u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl<T> Describe<ScryptoCustomTypeKind> for FreezeRoles<T>where T: Describe<ScryptoCustomTypeKind>,

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("FreezeRoles", &[T::TYPE_ID], &[115u8, 19u8, 110u8, 29u8, 82u8, 49u8, 247u8, 22u8, 18u8, 236u8, 169u8, 95u8, 100u8, 202u8, 214u8, 104u8, 47u8, 57u8, 57u8, 1u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for FunctionAuth

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("FunctionAuth", &[], &[254u8, 127u8, 53u8, 101u8, 227u8, 112u8, 165u8, 111u8, 196u8, 21u8, 200u8, 94u8, 164u8, 209u8, 207u8, 137u8, 85u8, 33u8, 119u8, 80u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
§

impl Describe<ScryptoCustomTypeKind> for FunctionSchemaInit

§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("FunctionSchemaInit", &[], &[56u8, 76u8, 220u8, 154u8, 44u8, 155u8, 168u8, 0u8, 212u8, 76u8, 120u8, 105u8, 53u8, 191u8, 194u8, 167u8, 68u8, 252u8, 70u8, 124u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for FungibleBucket

source§

const TYPE_ID: RustTypeId = RustTypeId::WellKnown(well_known_scrypto_custom_types::OWN_FUNGIBLE_BUCKET_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for FungibleBucketCreateProofOfAmountInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("FungibleBucketCreateProofOfAmountInput", &[], &[74u8, 143u8, 99u8, 8u8, 9u8, 66u8, 217u8, 242u8, 151u8, 29u8, 146u8, 192u8, 23u8, 16u8, 193u8, 134u8, 19u8, 179u8, 205u8, 1u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for FungibleBucketLockAmountInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("FungibleBucketLockAmountInput", &[], &[143u8, 202u8, 246u8, 175u8, 48u8, 217u8, 50u8, 240u8, 154u8, 55u8, 53u8, 26u8, 197u8, 196u8, 1u8, 136u8, 97u8, 91u8, 41u8, 96u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for FungibleBucketUnlockAmountInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("FungibleBucketUnlockAmountInput", &[], &[240u8, 39u8, 232u8, 184u8, 139u8, 103u8, 209u8, 94u8, 95u8, 58u8, 162u8, 168u8, 157u8, 105u8, 61u8, 2u8, 178u8, 103u8, 16u8, 113u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for FungibleProof

source§

const TYPE_ID: RustTypeId = RustTypeId::WellKnown(well_known_scrypto_custom_types::OWN_FUNGIBLE_PROOF_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for FungibleResourceManagerCreateInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("FungibleResourceManagerCreateInput", &[], &[30u8, 216u8, 0u8, 149u8, 230u8, 152u8, 167u8, 100u8, 113u8, 221u8, 113u8, 3u8, 101u8, 10u8, 151u8, 76u8, 39u8, 179u8, 163u8, 130u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for FungibleResourceManagerCreateWithInitialSupplyInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("FungibleResourceManagerCreateWithInitialSupplyInput", &[], &[234u8, 208u8, 165u8, 16u8, 199u8, 77u8, 54u8, 3u8, 202u8, 45u8, 101u8, 24u8, 127u8, 129u8, 128u8, 229u8, 10u8, 2u8, 79u8, 58u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for FungibleResourceManagerMintInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("FungibleResourceManagerMintInput", &[], &[176u8, 158u8, 10u8, 181u8, 105u8, 27u8, 116u8, 220u8, 15u8, 66u8, 247u8, 249u8, 33u8, 246u8, 203u8, 66u8, 245u8, 253u8, 225u8, 169u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for FungibleResourceRoles

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("FungibleResourceRoles", &[], &[8u8, 228u8, 65u8, 31u8, 107u8, 99u8, 16u8, 52u8, 14u8, 201u8, 95u8, 155u8, 168u8, 103u8, 199u8, 145u8, 109u8, 78u8, 97u8, 240u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for FungibleVault

source§

const TYPE_ID: RustTypeId = RustTypeId::WellKnown(well_known_scrypto_custom_types::OWN_FUNGIBLE_VAULT_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for FungibleVaultCreateProofOfAmountInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("FungibleVaultCreateProofOfAmountInput", &[], &[47u8, 133u8, 36u8, 113u8, 40u8, 50u8, 139u8, 7u8, 29u8, 171u8, 143u8, 166u8, 34u8, 248u8, 160u8, 163u8, 58u8, 226u8, 52u8, 70u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for FungibleVaultLockFeeInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("FungibleVaultLockFeeInput", &[], &[190u8, 207u8, 251u8, 109u8, 196u8, 217u8, 3u8, 252u8, 100u8, 154u8, 37u8, 88u8, 115u8, 187u8, 220u8, 52u8, 64u8, 60u8, 70u8, 54u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for FungibleVaultLockFungibleAmountInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("FungibleVaultLockFungibleAmountInput", &[], &[242u8, 222u8, 198u8, 68u8, 48u8, 90u8, 87u8, 243u8, 10u8, 209u8, 163u8, 129u8, 43u8, 7u8, 250u8, 51u8, 130u8, 25u8, 68u8, 148u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for FungibleVaultUnlockFungibleAmountInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("FungibleVaultUnlockFungibleAmountInput", &[], &[252u8, 138u8, 44u8, 207u8, 120u8, 181u8, 90u8, 159u8, 44u8, 216u8, 67u8, 23u8, 192u8, 103u8, 241u8, 81u8, 9u8, 47u8, 7u8, 73u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for GenericArgs

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("GenericArgs", &[], &[209u8, 251u8, 254u8, 113u8, 30u8, 168u8, 21u8, 211u8, 167u8, 30u8, 122u8, 24u8, 130u8, 92u8, 223u8, 219u8, 187u8, 214u8, 221u8, 53u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
§

impl Describe<ScryptoCustomTypeKind> for GenericBound

§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("GenericBound", &[], &[21u8, 45u8, 41u8, 66u8, 6u8, 14u8, 133u8, 83u8, 227u8, 141u8, 203u8, 170u8, 8u8, 110u8, 57u8, 143u8, 200u8, 239u8, 213u8, 125u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl<U, O> Describe<ScryptoCustomTypeKind> for GenericMetadataValue<U, O>where U: Describe<ScryptoCustomTypeKind>, O: Describe<ScryptoCustomTypeKind>,

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("GenericMetadataValue", &[U::TYPE_ID, O::TYPE_ID], &[211u8, 197u8, 247u8, 63u8, 133u8, 117u8, 175u8, 136u8, 214u8, 97u8, 229u8, 54u8, 72u8, 148u8, 211u8, 163u8, 225u8, 102u8, 197u8, 140u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for GenericSubstitution

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("GenericSubstitution", &[], &[178u8, 203u8, 141u8, 89u8, 173u8, 179u8, 234u8, 234u8, 249u8, 159u8, 40u8, 221u8, 125u8, 149u8, 160u8, 78u8, 149u8, 175u8, 238u8, 57u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for Global<AnyComponent>

source§

const TYPE_ID: RustTypeId = _

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(_aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl<T> Describe<ScryptoCustomTypeKind> for Global<T>where T: TypeInfoMarker,

source§

const TYPE_ID: RustTypeId = RustTypeId::Novel(const_sha1::sha1(T::GLOBAL_TYPE_NAME.as_bytes()).as_bytes())

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(_aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl<T: HasTypeInfo + HasStub> Describe<ScryptoCustomTypeKind> for Global<T>

source§

const TYPE_ID: RustTypeId = _

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(_aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for GlobalAddress

source§

const TYPE_ID: RustTypeId = sbor::RustTypeId::WellKnown(crate::data::scrypto::well_known_scrypto_custom_types::GLOBAL_ADDRESS_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for GlobalAddressPhantom

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("GlobalAddressPhantom", &[], &[183u8, 84u8, 179u8, 32u8, 110u8, 126u8, 22u8, 83u8, 86u8, 215u8, 60u8, 110u8, 41u8, 250u8, 101u8, 202u8, 110u8, 138u8, 125u8, 40u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for GlobalAddressReservation

source§

const TYPE_ID: RustTypeId = RustTypeId::WellKnown(well_known_scrypto_custom_types::OWN_GLOBAL_ADDRESS_RESERVATION_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for GlobalCaller

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("GlobalCaller", &[], &[159u8, 207u8, 114u8, 136u8, 153u8, 184u8, 210u8, 6u8, 70u8, 223u8, 37u8, 4u8, 185u8, 3u8, 32u8, 65u8, 76u8, 6u8, 142u8, 173u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for IdentityCreateAdvancedInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("IdentityCreateAdvancedInput", &[], &[104u8, 136u8, 46u8, 148u8, 189u8, 72u8, 26u8, 8u8, 134u8, 168u8, 162u8, 15u8, 27u8, 148u8, 163u8, 60u8, 100u8, 51u8, 171u8, 209u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for IdentityCreateInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("IdentityCreateInput", &[], &[25u8, 51u8, 66u8, 14u8, 207u8, 212u8, 230u8, 51u8, 251u8, 75u8, 129u8, 189u8, 248u8, 64u8, 53u8, 101u8, 61u8, 0u8, 108u8, 210u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for IdentitySecurifyToSingleBadgeInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("IdentitySecurifyToSingleBadgeInput", &[], &[254u8, 112u8, 75u8, 90u8, 143u8, 173u8, 81u8, 66u8, 86u8, 62u8, 43u8, 34u8, 49u8, 209u8, 117u8, 228u8, 31u8, 85u8, 15u8, 210u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for IndexedStateSchema

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("IndexedStateSchema", &[], &[144u8, 248u8, 255u8, 189u8, 163u8, 152u8, 255u8, 104u8, 133u8, 14u8, 36u8, 149u8, 124u8, 166u8, 37u8, 133u8, 131u8, 55u8, 15u8, 197u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for InputOrOutput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("InputOrOutput", &[], &[120u8, 240u8, 14u8, 3u8, 190u8, 47u8, 50u8, 227u8, 133u8, 209u8, 216u8, 120u8, 51u8, 137u8, 210u8, 35u8, 235u8, 219u8, 242u8, 171u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for Instant

source§

const TYPE_ID: RustTypeId = RustTypeId::WellKnown(well_known_scrypto_custom_types::INSTANT_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for InternalAddress

source§

const TYPE_ID: RustTypeId = sbor::RustTypeId::WellKnown(crate::data::scrypto::well_known_scrypto_custom_types::INTERNAL_ADDRESS_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for KeyOrValue

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("KeyOrValue", &[], &[107u8, 87u8, 174u8, 9u8, 201u8, 4u8, 27u8, 110u8, 135u8, 40u8, 208u8, 60u8, 79u8, 125u8, 165u8, 202u8, 52u8, 212u8, 14u8, 103u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl<K: ScryptoEncode + ScryptoDecode + ScryptoDescribe, V: ScryptoEncode + ScryptoDecode + ScryptoDescribe> Describe<ScryptoCustomTypeKind> for KeyValueStore<K, V>

source§

const TYPE_ID: RustTypeId = _

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for KeyValueStoreDataSchema

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("KeyValueStoreDataSchema", &[], &[246u8, 209u8, 127u8, 175u8, 192u8, 103u8, 117u8, 83u8, 254u8, 25u8, 239u8, 167u8, 21u8, 128u8, 219u8, 135u8, 212u8, 238u8, 176u8, 18u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
§

impl Describe<ScryptoCustomTypeKind> for KeyValueStoreGenericSubstitutions

§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("KeyValueStoreGenericSubstitutions", &[], &[235u8, 135u8, 88u8, 223u8, 254u8, 189u8, 114u8, 251u8, 4u8, 217u8, 254u8, 100u8, 212u8, 166u8, 169u8, 159u8, 181u8, 84u8, 177u8, 108u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for KeyValueStoreInfo

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("KeyValueStoreInfo", &[], &[29u8, 156u8, 42u8, 159u8, 75u8, 69u8, 32u8, 89u8, 242u8, 217u8, 129u8, 253u8, 130u8, 25u8, 56u8, 193u8, 141u8, 174u8, 66u8, 242u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl<K, V> Describe<ScryptoCustomTypeKind> for KeyValueStoreInit<K, V>where K: Hash + Eq + PartialEq<K> + Describe<ScryptoCustomTypeKind>, V: Describe<ScryptoCustomTypeKind>,

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("KeyValueStoreInit", &[<IndexMap<K, KeyValueStoreInitEntry<V>> as ::sbor::Describe::<radix_engine_common::data::scrypto::ScryptoCustomTypeKind>>::TYPE_ID], &[58u8, 193u8, 14u8, 220u8, 255u8, 185u8, 236u8, 24u8, 249u8, 24u8, 74u8, 168u8, 80u8, 58u8, 167u8, 90u8, 111u8, 142u8, 21u8, 94u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl<V> Describe<ScryptoCustomTypeKind> for KeyValueStoreInitEntry<V>where V: Describe<ScryptoCustomTypeKind>,

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("KeyValueStoreInitEntry", &[V::TYPE_ID], &[38u8, 102u8, 66u8, 251u8, 59u8, 171u8, 204u8, 99u8, 169u8, 110u8, 11u8, 36u8, 109u8, 220u8, 105u8, 189u8, 35u8, 178u8, 253u8, 230u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for LiquidFungibleResource

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("LiquidFungibleResource", &[<Decimal as ::sbor::Describe::<radix_engine_common::data::scrypto::ScryptoCustomTypeKind>>::TYPE_ID], &[250u8, 196u8, 144u8, 4u8, 187u8, 240u8, 189u8, 101u8, 252u8, 66u8, 125u8, 13u8, 87u8, 117u8, 120u8, 34u8, 16u8, 84u8, 49u8, 152u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for LiquidNonFungibleResource

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("LiquidNonFungibleResource", &[], &[36u8, 117u8, 233u8, 154u8, 183u8, 74u8, 32u8, 236u8, 0u8, 8u8, 229u8, 164u8, 1u8, 106u8, 146u8, 84u8, 8u8, 180u8, 197u8, 42u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for LiquidNonFungibleVault

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("LiquidNonFungibleVault", &[<Decimal as ::sbor::Describe::<radix_engine_common::data::scrypto::ScryptoCustomTypeKind>>::TYPE_ID], &[60u8, 222u8, 207u8, 158u8, 62u8, 35u8, 222u8, 32u8, 165u8, 214u8, 1u8, 247u8, 63u8, 91u8, 202u8, 120u8, 210u8, 210u8, 210u8, 218u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for LocalKeyValueStoreDataSchema

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("LocalKeyValueStoreDataSchema", &[], &[251u8, 104u8, 68u8, 116u8, 7u8, 116u8, 200u8, 196u8, 169u8, 28u8, 13u8, 101u8, 73u8, 246u8, 61u8, 142u8, 172u8, 114u8, 126u8, 163u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for LocalNonFungibleDataSchema

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("LocalNonFungibleDataSchema", &[], &[54u8, 131u8, 218u8, 88u8, 135u8, 43u8, 237u8, 108u8, 147u8, 98u8, 78u8, 6u8, 124u8, 153u8, 18u8, 56u8, 28u8, 159u8, 15u8, 2u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for LockedFungibleResource

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("LockedFungibleResource", &[], &[152u8, 155u8, 201u8, 52u8, 103u8, 93u8, 161u8, 194u8, 253u8, 231u8, 238u8, 165u8, 147u8, 135u8, 171u8, 124u8, 180u8, 229u8, 206u8, 29u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for LockedNonFungibleResource

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("LockedNonFungibleResource", &[], &[247u8, 118u8, 41u8, 12u8, 212u8, 5u8, 197u8, 149u8, 139u8, 101u8, 6u8, 217u8, 145u8, 236u8, 134u8, 175u8, 157u8, 122u8, 145u8, 98u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for MetadataConversionError

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("MetadataConversionError", &[], &[234u8, 192u8, 117u8, 222u8, 50u8, 199u8, 121u8, 38u8, 125u8, 135u8, 83u8, 29u8, 251u8, 146u8, 160u8, 24u8, 141u8, 209u8, 194u8, 129u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for MetadataCreateInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("MetadataCreateInput", &[], &[30u8, 163u8, 26u8, 24u8, 128u8, 186u8, 198u8, 170u8, 241u8, 227u8, 69u8, 17u8, 203u8, 9u8, 223u8, 234u8, 213u8, 87u8, 249u8, 251u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for MetadataCreateWithDataInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("MetadataCreateWithDataInput", &[], &[64u8, 40u8, 80u8, 20u8, 74u8, 169u8, 28u8, 29u8, 92u8, 253u8, 33u8, 222u8, 41u8, 85u8, 62u8, 240u8, 146u8, 19u8, 235u8, 31u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for MetadataGetInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("MetadataGetInput", &[], &[95u8, 9u8, 82u8, 37u8, 202u8, 145u8, 237u8, 222u8, 119u8, 202u8, 93u8, 84u8, 4u8, 131u8, 89u8, 240u8, 106u8, 22u8, 130u8, 248u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for MetadataLockInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("MetadataLockInput", &[], &[187u8, 248u8, 217u8, 234u8, 167u8, 177u8, 102u8, 117u8, 172u8, 223u8, 253u8, 151u8, 190u8, 68u8, 13u8, 79u8, 87u8, 20u8, 234u8, 252u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for MetadataRemoveInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("MetadataRemoveInput", &[], &[44u8, 225u8, 62u8, 214u8, 27u8, 5u8, 139u8, 228u8, 56u8, 188u8, 234u8, 42u8, 144u8, 35u8, 221u8, 153u8, 224u8, 111u8, 206u8, 198u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for MetadataSetInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("MetadataSetInput", &[], &[167u8, 236u8, 220u8, 33u8, 205u8, 112u8, 211u8, 11u8, 76u8, 196u8, 2u8, 51u8, 103u8, 175u8, 145u8, 15u8, 93u8, 178u8, 200u8, 206u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for MethodAccessibility

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("MethodAccessibility", &[], &[227u8, 235u8, 207u8, 69u8, 126u8, 193u8, 162u8, 156u8, 78u8, 88u8, 37u8, 52u8, 14u8, 39u8, 36u8, 152u8, 184u8, 232u8, 13u8, 63u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for MethodAuthTemplate

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("MethodAuthTemplate", &[], &[15u8, 122u8, 246u8, 229u8, 40u8, 58u8, 18u8, 51u8, 219u8, 106u8, 135u8, 251u8, 241u8, 27u8, 0u8, 106u8, 175u8, 42u8, 204u8, 175u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for MethodKey

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("MethodKey", &[<String as ::sbor::Describe::<radix_engine_common::data::scrypto::ScryptoCustomTypeKind>>::TYPE_ID], &[94u8, 81u8, 207u8, 181u8, 192u8, 52u8, 216u8, 101u8, 207u8, 161u8, 1u8, 0u8, 108u8, 54u8, 91u8, 219u8, 61u8, 193u8, 134u8, 212u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl<T> Describe<ScryptoCustomTypeKind> for MintRoles<T>where T: Describe<ScryptoCustomTypeKind>,

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("MintRoles", &[T::TYPE_ID], &[1u8, 153u8, 18u8, 37u8, 248u8, 88u8, 56u8, 130u8, 125u8, 216u8, 21u8, 6u8, 160u8, 126u8, 188u8, 110u8, 3u8, 61u8, 170u8, 240u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl<T> Describe<ScryptoCustomTypeKind> for ModuleConfig<T>where T: Default + Describe<ScryptoCustomTypeKind>,

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ModuleConfig", &[T::TYPE_ID], &[140u8, 189u8, 185u8, 156u8, 70u8, 243u8, 243u8, 139u8, 112u8, 112u8, 71u8, 224u8, 70u8, 23u8, 20u8, 69u8, 142u8, 28u8, 101u8, 60u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ModuleHandle

source§

const TYPE_ID: RustTypeId = _

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ModuleId

source§

const TYPE_ID: RustTypeId = RustTypeId::WellKnown(well_known_scrypto_custom_types::MODULE_ID_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ModuleRoleKey

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ModuleRoleKey", &[], &[246u8, 130u8, 76u8, 225u8, 178u8, 122u8, 200u8, 176u8, 178u8, 236u8, 222u8, 102u8, 213u8, 151u8, 53u8, 134u8, 0u8, 170u8, 50u8, 18u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for MultiResourcePoolContributeInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("MultiResourcePoolContributeInput", &[], &[176u8, 26u8, 135u8, 163u8, 114u8, 96u8, 56u8, 11u8, 33u8, 59u8, 152u8, 36u8, 124u8, 21u8, 106u8, 109u8, 83u8, 226u8, 205u8, 147u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for MultiResourcePoolGetRedemptionValueInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("MultiResourcePoolGetRedemptionValueInput", &[], &[12u8, 180u8, 153u8, 117u8, 216u8, 129u8, 164u8, 251u8, 65u8, 2u8, 102u8, 211u8, 69u8, 170u8, 67u8, 85u8, 196u8, 199u8, 53u8, 235u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for MultiResourcePoolGetVaultAmountsInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("MultiResourcePoolGetVaultAmountsInput", &[], &[134u8, 30u8, 224u8, 64u8, 53u8, 100u8, 13u8, 86u8, 231u8, 2u8, 88u8, 172u8, 198u8, 193u8, 163u8, 127u8, 99u8, 96u8, 135u8, 7u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for MultiResourcePoolInstantiateInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("MultiResourcePoolInstantiateInput", &[], &[219u8, 148u8, 220u8, 172u8, 43u8, 77u8, 78u8, 106u8, 165u8, 193u8, 86u8, 248u8, 102u8, 247u8, 1u8, 28u8, 19u8, 2u8, 62u8, 225u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for MultiResourcePoolProtectedDepositInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("MultiResourcePoolProtectedDepositInput", &[], &[145u8, 18u8, 98u8, 237u8, 184u8, 219u8, 76u8, 179u8, 55u8, 199u8, 192u8, 80u8, 244u8, 22u8, 150u8, 126u8, 113u8, 150u8, 68u8, 190u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for MultiResourcePoolProtectedWithdrawInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("MultiResourcePoolProtectedWithdrawInput", &[], &[54u8, 117u8, 115u8, 79u8, 72u8, 241u8, 43u8, 137u8, 49u8, 47u8, 49u8, 99u8, 255u8, 110u8, 68u8, 212u8, 219u8, 215u8, 77u8, 246u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for MultiResourcePoolRedeemInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("MultiResourcePoolRedeemInput", &[], &[163u8, 94u8, 122u8, 172u8, 90u8, 46u8, 154u8, 235u8, 88u8, 99u8, 60u8, 242u8, 89u8, 135u8, 23u8, 198u8, 95u8, 163u8, 81u8, 186u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for Mutability

source§

const TYPE_ID: RustTypeId = _

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for NonFungibleBucket

source§

const TYPE_ID: RustTypeId = RustTypeId::WellKnown(well_known_scrypto_custom_types::OWN_NON_FUNGIBLE_BUCKET_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for NonFungibleBucketContainsNonFungibleInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("NonFungibleBucketContainsNonFungibleInput", &[], &[60u8, 23u8, 238u8, 88u8, 94u8, 57u8, 240u8, 171u8, 151u8, 228u8, 181u8, 26u8, 63u8, 78u8, 240u8, 209u8, 138u8, 139u8, 217u8, 190u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for NonFungibleBucketCreateProofOfNonFungiblesInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("NonFungibleBucketCreateProofOfNonFungiblesInput", &[], &[105u8, 130u8, 220u8, 181u8, 241u8, 227u8, 93u8, 193u8, 159u8, 15u8, 226u8, 167u8, 93u8, 221u8, 25u8, 118u8, 168u8, 73u8, 107u8, 182u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for NonFungibleBucketLockNonFungiblesInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("NonFungibleBucketLockNonFungiblesInput", &[], &[18u8, 75u8, 234u8, 21u8, 161u8, 164u8, 98u8, 127u8, 103u8, 107u8, 157u8, 245u8, 13u8, 159u8, 72u8, 233u8, 141u8, 138u8, 91u8, 60u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for NonFungibleBucketUnlockNonFungiblesInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("NonFungibleBucketUnlockNonFungiblesInput", &[], &[249u8, 98u8, 42u8, 214u8, 255u8, 247u8, 141u8, 205u8, 38u8, 187u8, 98u8, 49u8, 53u8, 79u8, 136u8, 56u8, 212u8, 213u8, 220u8, 245u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for NonFungibleDataSchema

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("NonFungibleDataSchema", &[], &[182u8, 249u8, 216u8, 62u8, 221u8, 200u8, 177u8, 136u8, 164u8, 149u8, 234u8, 57u8, 54u8, 19u8, 2u8, 126u8, 141u8, 161u8, 41u8, 190u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl<T> Describe<ScryptoCustomTypeKind> for NonFungibleDataUpdateRoles<T>where T: Describe<ScryptoCustomTypeKind>,

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("NonFungibleDataUpdateRoles", &[T::TYPE_ID], &[84u8, 224u8, 108u8, 138u8, 23u8, 139u8, 123u8, 156u8, 254u8, 38u8, 41u8, 74u8, 62u8, 110u8, 168u8, 60u8, 173u8, 31u8, 169u8, 4u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for NonFungibleGlobalId

source§

const TYPE_ID: RustTypeId = RustTypeId::WellKnown(well_known_scrypto_custom_types::NON_FUNGIBLE_GLOBAL_ID_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for NonFungibleLocalId

source§

const TYPE_ID: RustTypeId = RustTypeId::WellKnown(well_known_scrypto_custom_types::NON_FUNGIBLE_LOCAL_ID_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for NonFungibleProof

source§

const TYPE_ID: RustTypeId = RustTypeId::WellKnown(well_known_scrypto_custom_types::OWN_NON_FUNGIBLE_PROOF_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl<S> Describe<ScryptoCustomTypeKind> for NonFungibleResourceManagerCreateGenericInput<S>where S: Describe<ScryptoCustomTypeKind>,

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("NonFungibleResourceManagerCreateGenericInput", &[S::TYPE_ID], &[167u8, 167u8, 35u8, 119u8, 74u8, 190u8, 193u8, 52u8, 191u8, 122u8, 52u8, 163u8, 64u8, 87u8, 44u8, 65u8, 112u8, 11u8, 142u8, 168u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for NonFungibleResourceManagerCreateInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("NonFungibleResourceManagerCreateInput", &[], &[55u8, 117u8, 42u8, 218u8, 152u8, 204u8, 207u8, 91u8, 185u8, 163u8, 124u8, 231u8, 75u8, 25u8, 148u8, 22u8, 235u8, 149u8, 71u8, 120u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl<S, T> Describe<ScryptoCustomTypeKind> for NonFungibleResourceManagerCreateRuidWithInitialSupplyGenericInput<S, T>where S: Describe<ScryptoCustomTypeKind>, T: Describe<ScryptoCustomTypeKind>,

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("NonFungibleResourceManagerCreateRuidWithInitialSupplyGenericInput", &[S::TYPE_ID, T::TYPE_ID], &[214u8, 179u8, 20u8, 136u8, 232u8, 129u8, 174u8, 207u8, 70u8, 83u8, 72u8, 192u8, 186u8, 144u8, 125u8, 71u8, 92u8, 50u8, 209u8, 92u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for NonFungibleResourceManagerCreateRuidWithInitialSupplyInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("NonFungibleResourceManagerCreateRuidWithInitialSupplyInput", &[], &[111u8, 62u8, 231u8, 4u8, 21u8, 180u8, 53u8, 88u8, 6u8, 146u8, 30u8, 39u8, 48u8, 115u8, 54u8, 51u8, 142u8, 208u8, 234u8, 101u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl<S, T> Describe<ScryptoCustomTypeKind> for NonFungibleResourceManagerCreateWithInitialSupplyGenericInput<S, T>where S: Describe<ScryptoCustomTypeKind>, T: Describe<ScryptoCustomTypeKind>,

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("NonFungibleResourceManagerCreateWithInitialSupplyGenericInput", &[S::TYPE_ID, T::TYPE_ID], &[217u8, 8u8, 82u8, 47u8, 114u8, 18u8, 220u8, 252u8, 181u8, 71u8, 227u8, 213u8, 67u8, 98u8, 41u8, 237u8, 254u8, 18u8, 25u8, 234u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for NonFungibleResourceManagerCreateWithInitialSupplyInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("NonFungibleResourceManagerCreateWithInitialSupplyInput", &[], &[57u8, 122u8, 196u8, 228u8, 196u8, 144u8, 127u8, 127u8, 111u8, 186u8, 22u8, 20u8, 85u8, 99u8, 21u8, 118u8, 10u8, 146u8, 75u8, 212u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for NonFungibleResourceManagerExistsInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("NonFungibleResourceManagerExistsInput", &[], &[121u8, 191u8, 25u8, 5u8, 210u8, 218u8, 102u8, 14u8, 203u8, 132u8, 88u8, 252u8, 78u8, 16u8, 100u8, 24u8, 149u8, 174u8, 178u8, 145u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for NonFungibleResourceManagerGetNonFungibleInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("NonFungibleResourceManagerGetNonFungibleInput", &[], &[71u8, 217u8, 24u8, 26u8, 94u8, 31u8, 234u8, 69u8, 32u8, 117u8, 211u8, 90u8, 110u8, 204u8, 111u8, 122u8, 228u8, 165u8, 40u8, 165u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl<T> Describe<ScryptoCustomTypeKind> for NonFungibleResourceManagerMintGenericInput<T>where T: Describe<ScryptoCustomTypeKind>,

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("NonFungibleResourceManagerMintGenericInput", &[T::TYPE_ID], &[100u8, 90u8, 174u8, 184u8, 92u8, 124u8, 47u8, 124u8, 72u8, 198u8, 30u8, 9u8, 6u8, 132u8, 37u8, 126u8, 192u8, 115u8, 136u8, 237u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for NonFungibleResourceManagerMintInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("NonFungibleResourceManagerMintInput", &[], &[64u8, 228u8, 178u8, 91u8, 20u8, 137u8, 41u8, 197u8, 198u8, 143u8, 142u8, 179u8, 162u8, 163u8, 132u8, 252u8, 45u8, 114u8, 120u8, 76u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl<T> Describe<ScryptoCustomTypeKind> for NonFungibleResourceManagerMintRuidGenericInput<T>where T: Describe<ScryptoCustomTypeKind>,

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("NonFungibleResourceManagerMintRuidGenericInput", &[T::TYPE_ID], &[244u8, 232u8, 59u8, 76u8, 45u8, 107u8, 183u8, 185u8, 48u8, 219u8, 10u8, 98u8, 26u8, 139u8, 116u8, 94u8, 122u8, 201u8, 91u8, 134u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for NonFungibleResourceManagerMintRuidInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("NonFungibleResourceManagerMintRuidInput", &[], &[28u8, 70u8, 213u8, 178u8, 112u8, 24u8, 112u8, 102u8, 30u8, 7u8, 245u8, 253u8, 196u8, 139u8, 188u8, 163u8, 2u8, 5u8, 140u8, 240u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl<T> Describe<ScryptoCustomTypeKind> for NonFungibleResourceManagerMintSingleRuidGenericInput<T>where T: Describe<ScryptoCustomTypeKind>,

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("NonFungibleResourceManagerMintSingleRuidGenericInput", &[T::TYPE_ID], &[89u8, 195u8, 232u8, 164u8, 153u8, 243u8, 51u8, 172u8, 47u8, 2u8, 133u8, 149u8, 93u8, 223u8, 22u8, 11u8, 175u8, 140u8, 195u8, 222u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for NonFungibleResourceManagerMintSingleRuidInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("NonFungibleResourceManagerMintSingleRuidInput", &[], &[253u8, 2u8, 74u8, 190u8, 110u8, 170u8, 171u8, 160u8, 147u8, 241u8, 74u8, 64u8, 244u8, 141u8, 225u8, 136u8, 198u8, 245u8, 210u8, 44u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl<T> Describe<ScryptoCustomTypeKind> for NonFungibleResourceManagerUpdateDataGenericInput<T>where T: Describe<ScryptoCustomTypeKind>,

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("NonFungibleResourceManagerUpdateDataGenericInput", &[T::TYPE_ID], &[205u8, 45u8, 213u8, 40u8, 172u8, 41u8, 140u8, 171u8, 9u8, 215u8, 201u8, 183u8, 252u8, 181u8, 80u8, 3u8, 232u8, 18u8, 11u8, 82u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for NonFungibleResourceManagerUpdateDataInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("NonFungibleResourceManagerUpdateDataInput", &[], &[77u8, 89u8, 17u8, 219u8, 58u8, 39u8, 196u8, 164u8, 87u8, 245u8, 240u8, 172u8, 110u8, 130u8, 79u8, 109u8, 140u8, 191u8, 234u8, 215u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for NonFungibleResourceRoles

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("NonFungibleResourceRoles", &[], &[28u8, 246u8, 170u8, 171u8, 122u8, 220u8, 14u8, 67u8, 74u8, 199u8, 253u8, 211u8, 116u8, 252u8, 163u8, 96u8, 243u8, 74u8, 193u8, 206u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for NonFungibleVault

source§

const TYPE_ID: RustTypeId = RustTypeId::WellKnown(well_known_scrypto_custom_types::OWN_NON_FUNGIBLE_VAULT_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for NonFungibleVaultBurnNonFungiblesInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("NonFungibleVaultBurnNonFungiblesInput", &[], &[18u8, 154u8, 28u8, 223u8, 3u8, 79u8, 180u8, 41u8, 216u8, 105u8, 58u8, 16u8, 124u8, 204u8, 139u8, 254u8, 72u8, 156u8, 235u8, 167u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for NonFungibleVaultContainsNonFungibleInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("NonFungibleVaultContainsNonFungibleInput", &[], &[197u8, 121u8, 32u8, 8u8, 66u8, 171u8, 180u8, 137u8, 173u8, 66u8, 180u8, 154u8, 113u8, 161u8, 112u8, 40u8, 163u8, 10u8, 116u8, 13u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for NonFungibleVaultCreateProofOfNonFungiblesInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("NonFungibleVaultCreateProofOfNonFungiblesInput", &[], &[33u8, 77u8, 246u8, 252u8, 144u8, 89u8, 231u8, 204u8, 194u8, 151u8, 51u8, 206u8, 252u8, 88u8, 123u8, 103u8, 165u8, 36u8, 61u8, 139u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for NonFungibleVaultGetNonFungibleLocalIdsInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("NonFungibleVaultGetNonFungibleLocalIdsInput", &[], &[33u8, 106u8, 227u8, 187u8, 82u8, 110u8, 95u8, 19u8, 148u8, 207u8, 67u8, 13u8, 134u8, 188u8, 172u8, 21u8, 16u8, 18u8, 177u8, 31u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for NonFungibleVaultLockNonFungiblesInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("NonFungibleVaultLockNonFungiblesInput", &[], &[219u8, 197u8, 21u8, 165u8, 236u8, 186u8, 74u8, 55u8, 235u8, 75u8, 33u8, 107u8, 44u8, 106u8, 60u8, 68u8, 166u8, 141u8, 91u8, 162u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for NonFungibleVaultRecallNonFungiblesInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("NonFungibleVaultRecallNonFungiblesInput", &[], &[165u8, 127u8, 202u8, 156u8, 109u8, 211u8, 122u8, 205u8, 134u8, 153u8, 135u8, 49u8, 239u8, 139u8, 103u8, 170u8, 15u8, 30u8, 207u8, 166u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for NonFungibleVaultTakeNonFungiblesInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("NonFungibleVaultTakeNonFungiblesInput", &[], &[144u8, 102u8, 93u8, 112u8, 46u8, 62u8, 125u8, 204u8, 220u8, 129u8, 24u8, 84u8, 4u8, 214u8, 35u8, 4u8, 66u8, 171u8, 52u8, 216u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for NonFungibleVaultUnlockNonFungiblesInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("NonFungibleVaultUnlockNonFungiblesInput", &[], &[14u8, 216u8, 143u8, 9u8, 36u8, 143u8, 238u8, 230u8, 138u8, 51u8, 177u8, 208u8, 234u8, 155u8, 236u8, 146u8, 251u8, 148u8, 13u8, 72u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ObjectInfo

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ObjectInfo", &[], &[156u8, 69u8, 46u8, 220u8, 17u8, 70u8, 32u8, 166u8, 127u8, 35u8, 17u8, 67u8, 199u8, 26u8, 166u8, 132u8, 94u8, 142u8, 246u8, 149u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ObjectStubHandle

source§

const TYPE_ID: RustTypeId = _

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ObjectType

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ObjectType", &[], &[65u8, 190u8, 16u8, 182u8, 130u8, 12u8, 84u8, 116u8, 34u8, 69u8, 105u8, 100u8, 21u8, 132u8, 156u8, 249u8, 70u8, 80u8, 214u8, 207u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for OnDropInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("OnDropInput", &[], &[237u8, 22u8, 125u8, 216u8, 144u8, 0u8, 49u8, 53u8, 138u8, 18u8, 63u8, 61u8, 14u8, 162u8, 223u8, 78u8, 118u8, 194u8, 60u8, 63u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for OnMoveInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("OnMoveInput", &[], &[245u8, 16u8, 134u8, 11u8, 189u8, 174u8, 80u8, 141u8, 247u8, 185u8, 46u8, 104u8, 169u8, 110u8, 16u8, 1u8, 183u8, 24u8, 180u8, 132u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for OnVirtualizeInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("OnVirtualizeInput", &[], &[251u8, 252u8, 144u8, 46u8, 35u8, 240u8, 105u8, 213u8, 91u8, 244u8, 188u8, 106u8, 53u8, 239u8, 147u8, 170u8, 47u8, 241u8, 134u8, 133u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for OneResourcePoolContributeInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("OneResourcePoolContributeInput", &[], &[32u8, 23u8, 220u8, 111u8, 182u8, 212u8, 82u8, 119u8, 135u8, 252u8, 30u8, 110u8, 135u8, 159u8, 103u8, 25u8, 64u8, 238u8, 49u8, 202u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for OneResourcePoolGetRedemptionValueInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("OneResourcePoolGetRedemptionValueInput", &[], &[147u8, 123u8, 78u8, 154u8, 44u8, 70u8, 246u8, 109u8, 172u8, 108u8, 56u8, 20u8, 48u8, 6u8, 165u8, 58u8, 202u8, 172u8, 47u8, 186u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for OneResourcePoolGetVaultAmountInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("OneResourcePoolGetVaultAmountInput", &[], &[169u8, 13u8, 68u8, 68u8, 194u8, 191u8, 90u8, 19u8, 224u8, 32u8, 184u8, 127u8, 178u8, 72u8, 36u8, 70u8, 49u8, 233u8, 191u8, 169u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for OneResourcePoolInstantiateInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("OneResourcePoolInstantiateInput", &[], &[235u8, 245u8, 119u8, 115u8, 54u8, 186u8, 0u8, 92u8, 190u8, 23u8, 216u8, 121u8, 230u8, 29u8, 138u8, 113u8, 180u8, 181u8, 151u8, 117u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for OneResourcePoolProtectedDepositInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("OneResourcePoolProtectedDepositInput", &[], &[72u8, 133u8, 130u8, 186u8, 66u8, 158u8, 250u8, 66u8, 209u8, 217u8, 179u8, 180u8, 206u8, 26u8, 22u8, 243u8, 116u8, 125u8, 141u8, 75u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for OneResourcePoolProtectedWithdrawInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("OneResourcePoolProtectedWithdrawInput", &[], &[131u8, 253u8, 244u8, 255u8, 137u8, 63u8, 93u8, 31u8, 45u8, 85u8, 182u8, 96u8, 74u8, 6u8, 95u8, 45u8, 52u8, 253u8, 67u8, 40u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for OneResourcePoolRedeemInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("OneResourcePoolRedeemInput", &[], &[19u8, 108u8, 151u8, 190u8, 79u8, 173u8, 140u8, 184u8, 238u8, 55u8, 118u8, 128u8, 153u8, 157u8, 142u8, 177u8, 131u8, 160u8, 91u8, 90u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for OuterObjectInfo

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("OuterObjectInfo", &[], &[10u8, 246u8, 243u8, 165u8, 159u8, 13u8, 150u8, 65u8, 41u8, 228u8, 2u8, 240u8, 38u8, 137u8, 230u8, 55u8, 84u8, 101u8, 233u8, 161u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for Own

source§

const TYPE_ID: RustTypeId = sbor::RustTypeId::WellKnown(crate::data::scrypto::well_known_scrypto_custom_types::OWN_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for OwnValidation

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("OwnValidation", &[], &[107u8, 137u8, 210u8, 128u8, 69u8, 71u8, 241u8, 23u8, 177u8, 24u8, 21u8, 144u8, 134u8, 162u8, 24u8, 18u8, 17u8, 3u8, 57u8, 169u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for Owned<AnyComponent>

source§

const TYPE_ID: RustTypeId = _

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(_aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl<T> Describe<ScryptoCustomTypeKind> for Owned<T>where T: TypeInfoMarker,

source§

const TYPE_ID: RustTypeId = RustTypeId::Novel(const_sha1::sha1(T::OWNED_TYPE_NAME.as_bytes()).as_bytes())

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(_aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl<T: HasTypeInfo + HasStub> Describe<ScryptoCustomTypeKind> for Owned<T>

source§

const TYPE_ID: RustTypeId = _

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(_aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for OwnedWorktop

source§

const TYPE_ID: RustTypeId = RustTypeId::Novel(const_sha1::sha1("OwnedWorktop".as_bytes()).as_bytes())

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(_aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for OwnerRole

source§

const TYPE_ID: RustTypeId = RustTypeId::WellKnown(well_known_scrypto_custom_types::OWNER_ROLE_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for OwnerRoleEntry

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("OwnerRoleEntry", &[], &[240u8, 78u8, 74u8, 7u8, 164u8, 25u8, 36u8, 39u8, 87u8, 187u8, 115u8, 237u8, 195u8, 255u8, 247u8, 165u8, 4u8, 135u8, 42u8, 77u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for OwnerRoleUpdater

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("OwnerRoleUpdater", &[], &[178u8, 233u8, 106u8, 68u8, 193u8, 107u8, 44u8, 182u8, 132u8, 38u8, 246u8, 161u8, 32u8, 124u8, 150u8, 80u8, 121u8, 186u8, 62u8, 130u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for PackageAddress

source§

const TYPE_ID: RustTypeId = sbor::RustTypeId::WellKnown(crate::data::scrypto::well_known_scrypto_custom_types::PACKAGE_ADDRESS_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for PackageClaimRoyaltiesInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("PackageClaimRoyaltiesInput", &[], &[110u8, 170u8, 45u8, 37u8, 91u8, 64u8, 137u8, 203u8, 215u8, 108u8, 239u8, 73u8, 62u8, 249u8, 235u8, 140u8, 157u8, 249u8, 80u8, 93u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for PackageDefinition

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("PackageDefinition", &[], &[66u8, 47u8, 93u8, 101u8, 42u8, 184u8, 67u8, 148u8, 30u8, 165u8, 232u8, 1u8, 136u8, 53u8, 165u8, 27u8, 142u8, 139u8, 60u8, 119u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for PackageExport

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("PackageExport", &[], &[157u8, 146u8, 180u8, 107u8, 10u8, 225u8, 15u8, 130u8, 206u8, 183u8, 171u8, 67u8, 222u8, 206u8, 135u8, 7u8, 121u8, 221u8, 143u8, 250u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for PackagePublishNativeInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("PackagePublishNativeInput", &[], &[110u8, 194u8, 70u8, 130u8, 124u8, 233u8, 2u8, 123u8, 69u8, 218u8, 104u8, 32u8, 46u8, 106u8, 138u8, 48u8, 69u8, 26u8, 179u8, 91u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for PackagePublishWasmAdvancedInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("PackagePublishWasmAdvancedInput", &[], &[15u8, 249u8, 66u8, 30u8, 192u8, 113u8, 114u8, 161u8, 19u8, 80u8, 103u8, 186u8, 125u8, 224u8, 243u8, 165u8, 118u8, 169u8, 31u8, 126u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for PackagePublishWasmInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("PackagePublishWasmInput", &[], &[7u8, 137u8, 104u8, 197u8, 77u8, 4u8, 63u8, 190u8, 121u8, 162u8, 113u8, 125u8, 163u8, 29u8, 36u8, 71u8, 213u8, 87u8, 191u8, 172u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for PackageRoyalty

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("PackageRoyalty", &[], &[26u8, 215u8, 185u8, 114u8, 84u8, 147u8, 157u8, 106u8, 68u8, 6u8, 142u8, 205u8, 7u8, 74u8, 224u8, 12u8, 239u8, 53u8, 247u8, 95u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for PackageRoyaltyConfig

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("PackageRoyaltyConfig", &[], &[66u8, 12u8, 75u8, 255u8, 244u8, 92u8, 208u8, 229u8, 249u8, 133u8, 108u8, 59u8, 128u8, 158u8, 241u8, 163u8, 99u8, 7u8, 74u8, 171u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ParseBlsPublicKeyError

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ParseBlsPublicKeyError", &[], &[92u8, 127u8, 37u8, 158u8, 163u8, 30u8, 62u8, 72u8, 71u8, 151u8, 105u8, 163u8, 218u8, 94u8, 168u8, 150u8, 89u8, 12u8, 43u8, 51u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ParseBlsSignatureError

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ParseBlsSignatureError", &[], &[45u8, 87u8, 249u8, 152u8, 126u8, 59u8, 209u8, 83u8, 18u8, 91u8, 3u8, 157u8, 62u8, 24u8, 82u8, 222u8, 109u8, 49u8, 234u8, 161u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for PartitionDescription

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("PartitionDescription", &[], &[230u8, 24u8, 55u8, 19u8, 148u8, 205u8, 180u8, 40u8, 40u8, 121u8, 31u8, 253u8, 213u8, 205u8, 249u8, 40u8, 99u8, 211u8, 208u8, 179u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for PreciseDecimal

source§

const TYPE_ID: RustTypeId = sbor::RustTypeId::WellKnown(crate::data::scrypto::well_known_scrypto_custom_types::PRECISE_DECIMAL_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for Proof

source§

const TYPE_ID: RustTypeId = RustTypeId::WellKnown(well_known_scrypto_custom_types::OWN_PROOF_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ProofDropInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ProofDropInput", &[], &[43u8, 52u8, 3u8, 178u8, 4u8, 67u8, 47u8, 215u8, 104u8, 208u8, 153u8, 126u8, 71u8, 222u8, 24u8, 124u8, 183u8, 251u8, 249u8, 18u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ProofRule

source§

const TYPE_ID: RustTypeId = RustTypeId::WellKnown(well_known_scrypto_custom_types::PROOF_RULE_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for Proposer

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("Proposer", &[], &[225u8, 143u8, 67u8, 127u8, 182u8, 197u8, 46u8, 153u8, 59u8, 173u8, 26u8, 123u8, 142u8, 105u8, 109u8, 191u8, 42u8, 194u8, 92u8, 139u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for PublicKey

source§

const TYPE_ID: RustTypeId = RustTypeId::WellKnown(well_known_scrypto_custom_types::PUBLIC_KEY_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for PublicKeyHash

source§

const TYPE_ID: RustTypeId = RustTypeId::WellKnown(well_known_scrypto_custom_types::PUBLIC_KEY_HASH_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl<T> Describe<ScryptoCustomTypeKind> for RecallRoles<T>where T: Describe<ScryptoCustomTypeKind>,

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("RecallRoles", &[T::TYPE_ID], &[153u8, 172u8, 74u8, 51u8, 212u8, 71u8, 156u8, 38u8, 255u8, 154u8, 194u8, 223u8, 32u8, 17u8, 207u8, 0u8, 132u8, 204u8, 202u8, 149u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for RecoveryProposal

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("RecoveryProposal", &[], &[10u8, 102u8, 252u8, 70u8, 0u8, 119u8, 4u8, 227u8, 77u8, 149u8, 239u8, 176u8, 0u8, 7u8, 96u8, 175u8, 116u8, 226u8, 98u8, 202u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for Reference

source§

const TYPE_ID: RustTypeId = sbor::RustTypeId::WellKnown(crate::data::scrypto::well_known_scrypto_custom_types::REFERENCE_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ReferenceValidation

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ReferenceValidation", &[], &[181u8, 160u8, 92u8, 226u8, 171u8, 112u8, 240u8, 202u8, 184u8, 161u8, 97u8, 225u8, 200u8, 121u8, 55u8, 2u8, 250u8, 166u8, 35u8, 214u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for RemoteKeyValueStoreDataSchema

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("RemoteKeyValueStoreDataSchema", &[], &[247u8, 125u8, 114u8, 79u8, 141u8, 175u8, 74u8, 59u8, 66u8, 61u8, 203u8, 155u8, 70u8, 38u8, 159u8, 195u8, 240u8, 150u8, 124u8, 199u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for RemoteNonFungibleDataSchema

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("RemoteNonFungibleDataSchema", &[], &[217u8, 11u8, 188u8, 3u8, 224u8, 88u8, 202u8, 96u8, 255u8, 105u8, 108u8, 10u8, 169u8, 217u8, 234u8, 204u8, 20u8, 234u8, 228u8, 202u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ResourceAddress

source§

const TYPE_ID: RustTypeId = sbor::RustTypeId::WellKnown(crate::data::scrypto::well_known_scrypto_custom_types::RESOURCE_ADDRESS_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ResourceError

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ResourceError", &[], &[63u8, 80u8, 73u8, 57u8, 0u8, 20u8, 103u8, 170u8, 156u8, 206u8, 46u8, 179u8, 129u8, 162u8, 165u8, 192u8, 44u8, 226u8, 97u8, 14u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ResourceFeature

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ResourceFeature", &[], &[4u8, 7u8, 6u8, 22u8, 144u8, 146u8, 99u8, 148u8, 244u8, 148u8, 68u8, 26u8, 202u8, 230u8, 188u8, 223u8, 35u8, 146u8, 228u8, 145u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ResourceManager

source§

const TYPE_ID: RustTypeId = _

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ResourceManagerBurnInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ResourceManagerBurnInput", &[], &[186u8, 60u8, 182u8, 115u8, 128u8, 35u8, 8u8, 85u8, 93u8, 250u8, 120u8, 149u8, 173u8, 166u8, 220u8, 65u8, 1u8, 223u8, 234u8, 32u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ResourceManagerCreateEmptyBucketInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ResourceManagerCreateEmptyBucketInput", &[], &[73u8, 249u8, 8u8, 250u8, 234u8, 49u8, 163u8, 161u8, 66u8, 242u8, 206u8, 20u8, 124u8, 225u8, 149u8, 129u8, 64u8, 74u8, 214u8, 96u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ResourceManagerCreateEmptyVaultInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ResourceManagerCreateEmptyVaultInput", &[], &[130u8, 225u8, 24u8, 13u8, 21u8, 103u8, 165u8, 23u8, 140u8, 75u8, 179u8, 89u8, 254u8, 253u8, 178u8, 210u8, 16u8, 97u8, 189u8, 24u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ResourceManagerDropEmptyBucketInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ResourceManagerDropEmptyBucketInput", &[], &[81u8, 216u8, 61u8, 226u8, 82u8, 237u8, 61u8, 55u8, 232u8, 19u8, 139u8, 63u8, 94u8, 227u8, 54u8, 32u8, 247u8, 136u8, 190u8, 128u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ResourceManagerGetAmountForWithdrawalInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ResourceManagerGetAmountForWithdrawalInput", &[], &[29u8, 5u8, 195u8, 230u8, 99u8, 55u8, 21u8, 9u8, 203u8, 58u8, 161u8, 244u8, 0u8, 224u8, 210u8, 183u8, 23u8, 122u8, 232u8, 183u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ResourceManagerGetResourceTypeInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ResourceManagerGetResourceTypeInput", &[], &[61u8, 97u8, 212u8, 157u8, 208u8, 145u8, 120u8, 155u8, 131u8, 39u8, 170u8, 234u8, 44u8, 48u8, 168u8, 0u8, 140u8, 224u8, 252u8, 48u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ResourceManagerGetTotalSupplyInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ResourceManagerGetTotalSupplyInput", &[], &[60u8, 97u8, 220u8, 237u8, 39u8, 43u8, 220u8, 216u8, 131u8, 72u8, 73u8, 4u8, 204u8, 233u8, 42u8, 120u8, 254u8, 218u8, 168u8, 182u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ResourceManagerPackageBurnInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ResourceManagerPackageBurnInput", &[], &[39u8, 92u8, 132u8, 25u8, 75u8, 73u8, 227u8, 39u8, 250u8, 116u8, 72u8, 151u8, 71u8, 24u8, 226u8, 161u8, 199u8, 6u8, 71u8, 19u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ResourceOrNonFungible

source§

const TYPE_ID: RustTypeId = RustTypeId::WellKnown(well_known_scrypto_custom_types::RESOURCE_OR_NON_FUNGIBLE_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ResourcePreference

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ResourcePreference", &[], &[88u8, 48u8, 61u8, 28u8, 209u8, 1u8, 113u8, 142u8, 7u8, 86u8, 65u8, 50u8, 78u8, 25u8, 202u8, 177u8, 181u8, 217u8, 229u8, 173u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for Role

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("Role", &[], &[247u8, 146u8, 178u8, 109u8, 32u8, 187u8, 193u8, 119u8, 90u8, 122u8, 224u8, 11u8, 63u8, 135u8, 207u8, 24u8, 158u8, 21u8, 120u8, 107u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for RoleAssignmentCreateInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("RoleAssignmentCreateInput", &[], &[82u8, 253u8, 138u8, 10u8, 12u8, 230u8, 99u8, 185u8, 80u8, 72u8, 217u8, 234u8, 248u8, 215u8, 244u8, 1u8, 0u8, 229u8, 36u8, 57u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for RoleAssignmentGetInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("RoleAssignmentGetInput", &[], &[113u8, 28u8, 124u8, 21u8, 24u8, 123u8, 175u8, 113u8, 113u8, 101u8, 70u8, 74u8, 121u8, 167u8, 158u8, 187u8, 195u8, 66u8, 149u8, 135u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for RoleAssignmentInit

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("RoleAssignmentInit", &[<IndexMap<RoleKey, Option<AccessRule>> as ::sbor::Describe::<radix_engine_common::data::scrypto::ScryptoCustomTypeKind>>::TYPE_ID], &[157u8, 255u8, 87u8, 64u8, 135u8, 216u8, 1u8, 207u8, 5u8, 198u8, 67u8, 187u8, 236u8, 41u8, 29u8, 92u8, 174u8, 163u8, 133u8, 131u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for RoleAssignmentLockOwnerInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("RoleAssignmentLockOwnerInput", &[], &[122u8, 82u8, 242u8, 101u8, 203u8, 135u8, 224u8, 138u8, 170u8, 164u8, 48u8, 255u8, 112u8, 119u8, 26u8, 203u8, 127u8, 141u8, 192u8, 60u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for RoleAssignmentSetInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("RoleAssignmentSetInput", &[], &[47u8, 12u8, 154u8, 107u8, 137u8, 170u8, 139u8, 116u8, 115u8, 188u8, 134u8, 84u8, 53u8, 232u8, 109u8, 10u8, 161u8, 128u8, 188u8, 209u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for RoleAssignmentSetOwnerInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("RoleAssignmentSetOwnerInput", &[], &[146u8, 170u8, 16u8, 119u8, 111u8, 3u8, 2u8, 80u8, 198u8, 88u8, 111u8, 182u8, 164u8, 6u8, 227u8, 213u8, 120u8, 168u8, 213u8, 8u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for RoleKey

source§

const TYPE_ID: RustTypeId = RustTypeId::WellKnown(well_known_scrypto_custom_types::ROLE_KEY_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for RoleList

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("RoleList", &[<Vec<RoleKey> as ::sbor::Describe::<radix_engine_common::data::scrypto::ScryptoCustomTypeKind>>::TYPE_ID], &[124u8, 198u8, 219u8, 231u8, 204u8, 224u8, 41u8, 97u8, 173u8, 152u8, 253u8, 64u8, 126u8, 86u8, 126u8, 117u8, 216u8, 65u8, 135u8, 36u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for RoleSpecification

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("RoleSpecification", &[], &[213u8, 167u8, 54u8, 39u8, 227u8, 96u8, 51u8, 123u8, 101u8, 164u8, 37u8, 162u8, 58u8, 142u8, 147u8, 114u8, 17u8, 173u8, 214u8, 52u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for RoyaltyAmount

source§

const TYPE_ID: RustTypeId = RustTypeId::WellKnown(well_known_scrypto_custom_types::ROYALTY_AMOUNT_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for RuleSet

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("RuleSet", &[], &[60u8, 53u8, 158u8, 104u8, 150u8, 229u8, 189u8, 25u8, 108u8, 41u8, 244u8, 110u8, 114u8, 112u8, 243u8, 171u8, 194u8, 238u8, 236u8, 251u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ScryptoCustomTypeKind

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ScryptoCustomTypeKind", &[], &[34u8, 123u8, 50u8, 228u8, 251u8, 20u8, 224u8, 204u8, 73u8, 111u8, 161u8, 44u8, 31u8, 225u8, 10u8, 198u8, 161u8, 5u8, 178u8, 171u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ScryptoCustomTypeValidation

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ScryptoCustomTypeValidation", &[], &[11u8, 103u8, 242u8, 252u8, 131u8, 5u8, 154u8, 173u8, 234u8, 68u8, 89u8, 70u8, 78u8, 146u8, 124u8, 114u8, 113u8, 43u8, 209u8, 30u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for Secp256k1PublicKey

source§

const TYPE_ID: RustTypeId = RustTypeId::WellKnown(well_known_scrypto_custom_types::SECP256K1_PUBLIC_KEY_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for Secp256k1PublicKeyHash

source§

const TYPE_ID: RustTypeId = RustTypeId::WellKnown(well_known_scrypto_custom_types::SECP256K1_PUBLIC_KEY_HASH_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for StaticRoleDefinition

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("StaticRoleDefinition", &[], &[91u8, 55u8, 63u8, 129u8, 123u8, 178u8, 132u8, 186u8, 230u8, 196u8, 6u8, 220u8, 183u8, 28u8, 177u8, 172u8, 47u8, 227u8, 160u8, 134u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for TestUtilsPanicInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("TestUtilsPanicInput", &[], &[134u8, 178u8, 113u8, 160u8, 148u8, 20u8, 158u8, 60u8, 191u8, 222u8, 0u8, 131u8, 37u8, 34u8, 32u8, 54u8, 33u8, 175u8, 233u8, 221u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for TwoResourcePoolContributeInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("TwoResourcePoolContributeInput", &[], &[171u8, 240u8, 191u8, 255u8, 79u8, 245u8, 45u8, 83u8, 104u8, 159u8, 158u8, 196u8, 30u8, 109u8, 208u8, 42u8, 7u8, 62u8, 220u8, 200u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for TwoResourcePoolGetRedemptionValueInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("TwoResourcePoolGetRedemptionValueInput", &[], &[221u8, 204u8, 132u8, 115u8, 190u8, 25u8, 187u8, 236u8, 72u8, 130u8, 115u8, 5u8, 226u8, 65u8, 41u8, 188u8, 67u8, 212u8, 223u8, 142u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for TwoResourcePoolGetVaultAmountsInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("TwoResourcePoolGetVaultAmountsInput", &[], &[104u8, 2u8, 34u8, 124u8, 75u8, 71u8, 151u8, 62u8, 86u8, 89u8, 221u8, 88u8, 6u8, 247u8, 90u8, 192u8, 246u8, 132u8, 58u8, 102u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for TwoResourcePoolInstantiateInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("TwoResourcePoolInstantiateInput", &[], &[108u8, 250u8, 252u8, 46u8, 156u8, 101u8, 214u8, 220u8, 99u8, 158u8, 30u8, 207u8, 191u8, 74u8, 222u8, 51u8, 225u8, 157u8, 45u8, 182u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for TwoResourcePoolProtectedDepositInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("TwoResourcePoolProtectedDepositInput", &[], &[9u8, 166u8, 152u8, 198u8, 191u8, 114u8, 20u8, 22u8, 71u8, 161u8, 97u8, 76u8, 188u8, 193u8, 124u8, 214u8, 15u8, 91u8, 214u8, 255u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for TwoResourcePoolProtectedWithdrawInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("TwoResourcePoolProtectedWithdrawInput", &[], &[108u8, 99u8, 72u8, 106u8, 193u8, 11u8, 94u8, 27u8, 239u8, 173u8, 145u8, 65u8, 63u8, 208u8, 63u8, 79u8, 197u8, 229u8, 132u8, 124u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for TwoResourcePoolRedeemInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("TwoResourcePoolRedeemInput", &[], &[85u8, 80u8, 55u8, 10u8, 218u8, 42u8, 192u8, 223u8, 157u8, 232u8, 166u8, 158u8, 123u8, 80u8, 43u8, 195u8, 36u8, 114u8, 131u8, 5u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
§

impl<T> Describe<ScryptoCustomTypeKind> for TypeRef<T>where T: Describe<ScryptoCustomTypeKind>,

§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("TypeRef", &[T::TYPE_ID], &[246u8, 126u8, 33u8, 228u8, 96u8, 126u8, 184u8, 149u8, 40u8, 6u8, 65u8, 83u8, 50u8, 217u8, 207u8, 138u8, 4u8, 204u8, 119u8, 119u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for UncheckedOrigin

source§

const TYPE_ID: RustTypeId = RustTypeId::WellKnown(well_known_scrypto_custom_types::ORIGIN_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for UncheckedUrl

source§

const TYPE_ID: RustTypeId = RustTypeId::WellKnown(well_known_scrypto_custom_types::URL_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for UtcDateTime

source§

const TYPE_ID: RustTypeId = RustTypeId::WellKnown(well_known_scrypto_custom_types::UTC_DATE_TIME_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ValidatorApplyEmissionInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ValidatorApplyEmissionInput", &[], &[105u8, 42u8, 179u8, 235u8, 192u8, 250u8, 169u8, 166u8, 0u8, 135u8, 30u8, 105u8, 141u8, 170u8, 138u8, 178u8, 45u8, 107u8, 155u8, 94u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ValidatorApplyRewardInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ValidatorApplyRewardInput", &[], &[117u8, 18u8, 141u8, 181u8, 26u8, 210u8, 83u8, 72u8, 0u8, 30u8, 138u8, 254u8, 228u8, 229u8, 161u8, 63u8, 98u8, 161u8, 162u8, 68u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ValidatorClaimXrdInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ValidatorClaimXrdInput", &[], &[0u8, 140u8, 20u8, 166u8, 101u8, 78u8, 38u8, 109u8, 253u8, 31u8, 173u8, 237u8, 178u8, 137u8, 127u8, 146u8, 184u8, 152u8, 217u8, 94u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ValidatorFinishUnlockOwnerStakeUnitsInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ValidatorFinishUnlockOwnerStakeUnitsInput", &[], &[140u8, 212u8, 26u8, 111u8, 120u8, 29u8, 68u8, 117u8, 35u8, 19u8, 121u8, 119u8, 67u8, 64u8, 248u8, 59u8, 9u8, 203u8, 9u8, 217u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ValidatorGetRedemptionValueInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ValidatorGetRedemptionValueInput", &[], &[52u8, 139u8, 255u8, 152u8, 186u8, 116u8, 197u8, 33u8, 224u8, 124u8, 225u8, 170u8, 254u8, 139u8, 189u8, 214u8, 206u8, 223u8, 71u8, 162u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ValidatorLockOwnerStakeUnitsInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ValidatorLockOwnerStakeUnitsInput", &[], &[163u8, 180u8, 108u8, 223u8, 130u8, 52u8, 64u8, 14u8, 46u8, 123u8, 101u8, 148u8, 11u8, 24u8, 235u8, 212u8, 219u8, 241u8, 76u8, 18u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ValidatorStakeAsOwnerInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ValidatorStakeAsOwnerInput", &[], &[27u8, 159u8, 88u8, 85u8, 105u8, 21u8, 51u8, 144u8, 2u8, 74u8, 59u8, 224u8, 226u8, 147u8, 144u8, 6u8, 194u8, 202u8, 129u8, 55u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ValidatorStakeInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ValidatorStakeInput", &[], &[188u8, 15u8, 51u8, 141u8, 59u8, 208u8, 51u8, 157u8, 196u8, 161u8, 148u8, 145u8, 246u8, 82u8, 110u8, 25u8, 29u8, 161u8, 239u8, 3u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ValidatorStartUnlockOwnerStakeUnitsInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ValidatorStartUnlockOwnerStakeUnitsInput", &[], &[88u8, 213u8, 32u8, 68u8, 173u8, 147u8, 101u8, 128u8, 104u8, 83u8, 131u8, 226u8, 7u8, 124u8, 10u8, 157u8, 65u8, 253u8, 59u8, 206u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ValidatorUnstakeInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ValidatorUnstakeInput", &[], &[141u8, 190u8, 45u8, 251u8, 137u8, 174u8, 240u8, 68u8, 153u8, 236u8, 233u8, 121u8, 106u8, 8u8, 255u8, 55u8, 33u8, 172u8, 105u8, 47u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ValidatorUpdateFeeInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ValidatorUpdateFeeInput", &[], &[24u8, 175u8, 252u8, 193u8, 153u8, 58u8, 115u8, 114u8, 220u8, 110u8, 51u8, 122u8, 166u8, 48u8, 96u8, 246u8, 51u8, 97u8, 181u8, 54u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for ValidatorUpdateKeyInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("ValidatorUpdateKeyInput", &[], &[59u8, 132u8, 231u8, 190u8, 199u8, 211u8, 245u8, 48u8, 234u8, 221u8, 65u8, 16u8, 114u8, 12u8, 227u8, 82u8, 122u8, 247u8, 240u8, 229u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for Vault

source§

const TYPE_ID: RustTypeId = RustTypeId::WellKnown(well_known_scrypto_custom_types::OWN_VAULT_TYPE)

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for VaultBurnInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("VaultBurnInput", &[], &[59u8, 59u8, 224u8, 33u8, 192u8, 167u8, 84u8, 85u8, 204u8, 85u8, 243u8, 114u8, 181u8, 46u8, 75u8, 30u8, 211u8, 255u8, 105u8, 82u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for VaultFreezeInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("VaultFreezeInput", &[], &[231u8, 138u8, 174u8, 235u8, 15u8, 147u8, 90u8, 6u8, 223u8, 129u8, 66u8, 138u8, 180u8, 125u8, 87u8, 135u8, 173u8, 54u8, 103u8, 122u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for VaultFrozenFlag

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("VaultFrozenFlag", &[<VaultFreezeFlags as ::sbor::Describe::<radix_engine_common::data::scrypto::ScryptoCustomTypeKind>>::TYPE_ID], &[105u8, 162u8, 170u8, 50u8, 40u8, 157u8, 3u8, 61u8, 243u8, 82u8, 117u8, 189u8, 237u8, 206u8, 236u8, 102u8, 238u8, 79u8, 141u8, 84u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for VaultGetAmountInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("VaultGetAmountInput", &[], &[93u8, 54u8, 175u8, 226u8, 15u8, 191u8, 251u8, 161u8, 1u8, 254u8, 234u8, 63u8, 91u8, 90u8, 18u8, 88u8, 85u8, 236u8, 50u8, 1u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for VaultPutInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("VaultPutInput", &[], &[11u8, 241u8, 95u8, 201u8, 130u8, 246u8, 253u8, 193u8, 131u8, 160u8, 55u8, 130u8, 65u8, 16u8, 194u8, 11u8, 167u8, 65u8, 25u8, 219u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for VaultRecallInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("VaultRecallInput", &[], &[254u8, 137u8, 167u8, 72u8, 185u8, 129u8, 23u8, 206u8, 9u8, 96u8, 66u8, 2u8, 106u8, 110u8, 144u8, 37u8, 247u8, 22u8, 220u8, 30u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for VaultTakeAdvancedInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("VaultTakeAdvancedInput", &[], &[181u8, 46u8, 97u8, 49u8, 163u8, 215u8, 65u8, 125u8, 44u8, 77u8, 115u8, 162u8, 212u8, 63u8, 120u8, 231u8, 65u8, 22u8, 83u8, 231u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for VaultTakeInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("VaultTakeInput", &[], &[249u8, 213u8, 30u8, 200u8, 23u8, 249u8, 181u8, 148u8, 166u8, 251u8, 149u8, 174u8, 0u8, 184u8, 184u8, 94u8, 89u8, 251u8, 13u8, 24u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for VaultUnfreezeInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("VaultUnfreezeInput", &[], &[253u8, 117u8, 177u8, 187u8, 150u8, 100u8, 88u8, 56u8, 179u8, 33u8, 211u8, 45u8, 100u8, 237u8, 193u8, 73u8, 253u8, 222u8, 72u8, 93u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl<T> Describe<ScryptoCustomTypeKind> for WithdrawRoles<T>where T: Describe<ScryptoCustomTypeKind>,

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("WithdrawRoles", &[T::TYPE_ID], &[113u8, 188u8, 33u8, 190u8, 253u8, 188u8, 60u8, 137u8, 85u8, 154u8, 153u8, 36u8, 155u8, 66u8, 71u8, 179u8, 97u8, 47u8, 132u8, 234u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for WorktopAssertContainsAmountInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("WorktopAssertContainsAmountInput", &[], &[190u8, 254u8, 84u8, 98u8, 37u8, 186u8, 128u8, 142u8, 56u8, 173u8, 39u8, 159u8, 231u8, 181u8, 58u8, 70u8, 74u8, 159u8, 126u8, 40u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for WorktopAssertContainsInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("WorktopAssertContainsInput", &[], &[63u8, 67u8, 169u8, 110u8, 160u8, 161u8, 12u8, 252u8, 57u8, 108u8, 251u8, 45u8, 133u8, 120u8, 223u8, 15u8, 15u8, 15u8, 238u8, 157u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for WorktopAssertContainsNonFungiblesInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("WorktopAssertContainsNonFungiblesInput", &[], &[206u8, 152u8, 36u8, 127u8, 165u8, 15u8, 155u8, 105u8, 224u8, 56u8, 141u8, 58u8, 151u8, 216u8, 0u8, 209u8, 70u8, 174u8, 202u8, 205u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for WorktopDrainInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("WorktopDrainInput", &[], &[235u8, 150u8, 93u8, 127u8, 230u8, 70u8, 26u8, 48u8, 235u8, 32u8, 250u8, 171u8, 46u8, 120u8, 87u8, 133u8, 128u8, 122u8, 236u8, 23u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for WorktopDropInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("WorktopDropInput", &[], &[249u8, 86u8, 230u8, 26u8, 99u8, 245u8, 161u8, 220u8, 100u8, 17u8, 102u8, 38u8, 245u8, 33u8, 225u8, 14u8, 29u8, 21u8, 20u8, 25u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for WorktopPutInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("WorktopPutInput", &[], &[8u8, 232u8, 181u8, 178u8, 16u8, 106u8, 196u8, 22u8, 29u8, 31u8, 184u8, 49u8, 141u8, 222u8, 30u8, 63u8, 47u8, 140u8, 2u8, 82u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for WorktopTakeAllInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("WorktopTakeAllInput", &[], &[195u8, 240u8, 124u8, 141u8, 172u8, 186u8, 38u8, 68u8, 243u8, 114u8, 215u8, 114u8, 241u8, 206u8, 97u8, 38u8, 47u8, 14u8, 39u8, 120u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for WorktopTakeInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("WorktopTakeInput", &[], &[180u8, 220u8, 70u8, 109u8, 224u8, 4u8, 69u8, 151u8, 204u8, 71u8, 93u8, 59u8, 152u8, 36u8, 79u8, 125u8, 165u8, 112u8, 237u8, 120u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl Describe<ScryptoCustomTypeKind> for WorktopTakeNonFungiblesInput

source§

const TYPE_ID: RustTypeId = ::sbor::RustTypeId::novel_with_code("WorktopTakeNonFungiblesInput", &[], &[234u8, 210u8, 165u8, 216u8, 32u8, 149u8, 87u8, 109u8, 117u8, 131u8, 206u8, 52u8, 26u8, 83u8, 70u8, 81u8, 213u8, 45u8, 95u8, 100u8])

The TYPE_ID should give a unique identifier for its SBOR schema type. An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read more
source§

fn type_data() -> TypeData<ScryptoCustomTypeKind, RustTypeId>

Returns the local schema for the given type. Read more
source§

fn add_all_dependencies(aggregator: &mut TypeAggregator<ScryptoCustomTypeKind>)

For each type referenced in get_local_type_data, we need to ensure that the type and all of its own references get added to the aggregator. Read more
source§

impl<E> Encode<ManifestCustomValueKind, E> for ScryptoCustomTypeKindwhere E: Encoder<ManifestCustomValueKind>,

source§

fn encode_value_kind(&self, encoder: &mut E) -> Result<(), EncodeError>

Encodes the SBOR value’s kind to the encoder
source§

fn encode_body(&self, encoder: &mut E) -> Result<(), EncodeError>

Encodes the SBOR body of the type to the encoder. Read more
source§

impl<E> Encode<ScryptoCustomValueKind, E> for ScryptoCustomTypeKindwhere E: Encoder<ScryptoCustomValueKind>,

source§

fn encode_value_kind(&self, encoder: &mut E) -> Result<(), EncodeError>

Encodes the SBOR value’s kind to the encoder
source§

fn encode_body(&self, encoder: &mut E) -> Result<(), EncodeError>

Encodes the SBOR body of the type to the encoder. Read more
source§

impl PartialEq<ScryptoCustomTypeKind> for ScryptoCustomTypeKind

source§

fn eq(&self, other: &ScryptoCustomTypeKind) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl SborEnum<ManifestCustomValueKind> for ScryptoCustomTypeKind

source§

impl SborEnum<ScryptoCustomValueKind> for ScryptoCustomTypeKind

source§

impl Eq for ScryptoCustomTypeKind

source§

impl StructuralEq for ScryptoCustomTypeKind

source§

impl StructuralPartialEq for ScryptoCustomTypeKind

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<U> As for U

§

fn as_<T>(self) -> Twhere T: CastFrom<U>,

Casts self to type T. The semantics of numeric casting with the as operator are followed, so <T as As>::as_::<U> can be used in the same way as T as U for numeric conversions. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

source§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for Twhere V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> ManifestCategorize for Twhere T: Categorize<ManifestCustomValueKind> + ?Sized,

source§

impl<T> ManifestDecode for Twhere T: for<'a> Decode<ManifestCustomValueKind, VecDecoder<'a, ManifestCustomValueKind>>,

source§

impl<T> ManifestEncode for Twhere T: for<'a> Encode<ManifestCustomValueKind, VecEncoder<'a, ManifestCustomValueKind>> + ?Sized,

source§

impl<T> ManifestSborEnum for Twhere T: SborEnum<ManifestCustomValueKind> + ?Sized,

source§

impl<T> ScryptoCategorize for Twhere T: Categorize<ScryptoCustomValueKind> + ?Sized,

source§

impl<T> ScryptoDecode for Twhere T: for<'a> Decode<ScryptoCustomValueKind, VecDecoder<'a, ScryptoCustomValueKind>>,

source§

impl<T> ScryptoDescribe for Twhere T: Describe<ScryptoCustomTypeKind>,

source§

impl<T> ScryptoEncode for Twhere T: for<'a> Encode<ScryptoCustomValueKind, VecEncoder<'a, ScryptoCustomValueKind>> + ?Sized,

source§

impl<T> ScryptoSbor for Twhere T: ScryptoCategorize + ScryptoDecode + ScryptoEncode + ScryptoDescribe,

source§

impl<T> ScryptoSborEnum for Twhere T: SborEnum<ScryptoCustomValueKind> + ?Sized,