Skip to main content

PlatformDeserializableTrusted

Trait PlatformDeserializableTrusted 

Source
pub trait PlatformDeserializableTrusted {
    // Required method
    fn deserialize_from_bytes_trusted_no_limit(
        data: &[u8],
    ) -> Result<Self, ProtocolError>
       where Self: Sized;

    // Provided method
    fn deserialize_from_bytes_trusted(
        data: &[u8],
    ) -> Result<Self, ProtocolError>
       where Self: Sized { ... }
}
Expand description

Deserialization of bytes this node wrote itself: Drive state read back from GroveDB, wallet storage, locally generated fixtures.

Runs bincode’s ordinary decoder, which reserves each collection from its length prefix, so it must never see bytes that arrived from a peer, a client, a proof or a host caller; those go through PlatformDeserializableUntrusted.

Required Methods§

Provided Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl PlatformDeserializableTrusted for AddressCreditWithdrawalTransition

Source§

impl PlatformDeserializableTrusted for AddressDoesNotExistError

Source§

impl PlatformDeserializableTrusted for AddressFundingFromAssetLockTransition

Source§

impl PlatformDeserializableTrusted for AddressFundsTransferTransition

Source§

impl PlatformDeserializableTrusted for AddressFundsTransferTransitionV0

Source§

impl PlatformDeserializableTrusted for AddressInvalidNonceError

Source§

impl PlatformDeserializableTrusted for AddressNotEnoughFundsError

Source§

impl PlatformDeserializableTrusted for AddressesNotEnoughFundsError

Source§

impl PlatformDeserializableTrusted for AssetLockValue

Source§

impl PlatformDeserializableTrusted for BalanceIsNotEnoughError

Source§

impl PlatformDeserializableTrusted for BasicBLSError

Source§

impl PlatformDeserializableTrusted for BasicECDSAError

Source§

impl PlatformDeserializableTrusted for BasicError

Source§

impl PlatformDeserializableTrusted for BatchTransition

Source§

impl PlatformDeserializableTrusted for ChoosingTokenMintRecipientNotAllowedError

Source§

impl PlatformDeserializableTrusted for ConsensusError

Source§

impl PlatformDeserializableTrusted for ContenderWithSerializedDocument

Source§

impl PlatformDeserializableTrusted for ContestedDocumentResourceVotePoll

Source§

impl PlatformDeserializableTrusted for ContestedDocumentVotePollStoredInfo

Source§

impl PlatformDeserializableTrusted for ContestedDocumentsTemporarilyNotAllowedError

Source§

impl PlatformDeserializableTrusted for ContestedUniqueIndexOnMutableDocumentTypeError

Source§

impl PlatformDeserializableTrusted for ContestedUniqueIndexWithUniqueIndexError

Source§

impl PlatformDeserializableTrusted for ContractBoundedKeyNonBatchError

Source§

impl PlatformDeserializableTrusted for ContractBoundedKeyOutOfBoundsError

Source§

impl PlatformDeserializableTrusted for ContractGroupAdminNotFoundError

Source§

impl PlatformDeserializableTrusted for ContractGroupAlreadyExistsError

Source§

impl PlatformDeserializableTrusted for ContractGroupBoundKeyNotAllowedInShieldedIdentityCreationError

Source§

impl PlatformDeserializableTrusted for ContractGroupInfo

Source§

impl PlatformDeserializableTrusted for ContractGroupMemberNotInContractError

Source§

impl PlatformDeserializableTrusted for ContractGroupMembershipsOverLimitError

Source§

impl PlatformDeserializableTrusted for ContractGroupNotFoundError

Source§

impl PlatformDeserializableTrusted for ContractHasNoTokensError

Source§

impl PlatformDeserializableTrusted for DataContractAlreadyPresentError

Source§

impl PlatformDeserializableTrusted for DataContractConfigUpdateError

Source§

impl PlatformDeserializableTrusted for DataContractCreateTransition

Source§

impl PlatformDeserializableTrusted for DataContractError

Source§

impl PlatformDeserializableTrusted for DataContractHaveNewUniqueIndexError

Source§

impl PlatformDeserializableTrusted for DataContractImmutablePropertiesUpdateError

Source§

impl PlatformDeserializableTrusted for DataContractInvalidIndexDefinitionUpdateError

Source§

impl PlatformDeserializableTrusted for DataContractInvalidRequiredFieldsUpdateError

Source§

impl PlatformDeserializableTrusted for DataContractIsReadonlyError

Source§

impl PlatformDeserializableTrusted for DataContractMaxDepthExceedError

Source§

impl PlatformDeserializableTrusted for DataContractNotFoundError

Source§

impl PlatformDeserializableTrusted for DataContractNotPresentError

Source§

impl PlatformDeserializableTrusted for DataContractTokenConfigurationUpdateError

Source§

impl PlatformDeserializableTrusted for DataContractUniqueIndicesChangedError

Source§

impl PlatformDeserializableTrusted for DataContractUpdateActionNotAllowedError

Source§

impl PlatformDeserializableTrusted for DataContractUpdatePermissionError

Source§

impl PlatformDeserializableTrusted for DataContractUpdateTransition

Source§

impl PlatformDeserializableTrusted for DataTriggerConditionError

Source§

impl PlatformDeserializableTrusted for DataTriggerError

Source§

impl PlatformDeserializableTrusted for DataTriggerExecutionError

Source§

impl PlatformDeserializableTrusted for DataTriggerInvalidResultError

Source§

impl PlatformDeserializableTrusted for DecimalsOverLimitError

Source§

impl PlatformDeserializableTrusted for DecodingError

Source§

impl PlatformDeserializableTrusted for DestinationIdentityForTokenMintingNotSetError

Source§

impl PlatformDeserializableTrusted for DisablingKeyIdAlsoBeingAddedInSameTransitionError

Source§

impl PlatformDeserializableTrusted for DocumentAlreadyPresentError

Source§

impl PlatformDeserializableTrusted for DocumentContestCurrentlyLockedError

Source§

impl PlatformDeserializableTrusted for DocumentContestDocumentWithSameIdAlreadyPresentError

Source§

impl PlatformDeserializableTrusted for DocumentContestIdentityAlreadyContestantError

Source§

impl PlatformDeserializableTrusted for DocumentContestIndexMismatchError

Source§

impl PlatformDeserializableTrusted for DocumentContestNotJoinableError

Source§

impl PlatformDeserializableTrusted for DocumentContestNotPaidForError

Source§

impl PlatformDeserializableTrusted for DocumentContestNotRequiredError

Source§

impl PlatformDeserializableTrusted for DocumentCreationNotAllowedError

Source§

impl PlatformDeserializableTrusted for DocumentFieldMaxSizeExceededError

Source§

impl PlatformDeserializableTrusted for DocumentIncorrectPurchasePriceError

Source§

impl PlatformDeserializableTrusted for DocumentNotForSaleError

Source§

impl PlatformDeserializableTrusted for DocumentNotFoundError

Source§

impl PlatformDeserializableTrusted for DocumentOwnerIdMismatchError

Source§

impl PlatformDeserializableTrusted for DocumentPropertyReferenceTarget

Source§

impl PlatformDeserializableTrusted for DocumentTimestampWindowViolationError

Source§

impl PlatformDeserializableTrusted for DocumentTimestampsAreEqualError

Source§

impl PlatformDeserializableTrusted for DocumentTimestampsMismatchError

Source§

impl PlatformDeserializableTrusted for DocumentTransitionsAreAbsentError

Source§

impl PlatformDeserializableTrusted for DocumentTypeUpdateError

Source§

impl PlatformDeserializableTrusted for DocumentTypesAreMissingError

Source§

impl PlatformDeserializableTrusted for DuplicateContractGroupMembershipError

Source§

impl PlatformDeserializableTrusted for DuplicateDocumentTransitionsWithIdsError

Source§

impl PlatformDeserializableTrusted for DuplicateDocumentTransitionsWithIndicesError

Source§

impl PlatformDeserializableTrusted for DuplicateIndexError

Source§

impl PlatformDeserializableTrusted for DuplicateIndexNameError

Source§

impl PlatformDeserializableTrusted for DuplicateKeywordsError

Source§

impl PlatformDeserializableTrusted for DuplicateUniqueIndexError

Source§

impl PlatformDeserializableTrusted for DuplicatedIdentityPublicKeyBasicError

Source§

impl PlatformDeserializableTrusted for DuplicatedIdentityPublicKeyIdBasicError

Source§

impl PlatformDeserializableTrusted for DuplicatedIdentityPublicKeyIdStateError

Source§

impl PlatformDeserializableTrusted for DuplicatedIdentityPublicKeyStateError

Source§

impl PlatformDeserializableTrusted for ExtendedBlockInfo

Source§

impl PlatformDeserializableTrusted for ExtendedEpochInfo

Source§

impl PlatformDeserializableTrusted for FeeError

Source§

impl PlatformDeserializableTrusted for FeeStrategyDuplicateError

Source§

impl PlatformDeserializableTrusted for FeeStrategyEmptyError

Source§

impl PlatformDeserializableTrusted for FeeStrategyIndexOutOfBoundsError

Source§

impl PlatformDeserializableTrusted for FeeStrategyTooManyStepsError

Source§

impl PlatformDeserializableTrusted for FinalizedEpochInfo

Source§

impl PlatformDeserializableTrusted for Group

Source§

impl PlatformDeserializableTrusted for GroupAction

Source§

impl PlatformDeserializableTrusted for GroupActionAlreadyCompletedError

Source§

impl PlatformDeserializableTrusted for GroupActionAlreadySignedByIdentityError

Source§

impl PlatformDeserializableTrusted for GroupActionDoesNotExistError

Source§

impl PlatformDeserializableTrusted for GroupActionEvent

Source§

impl PlatformDeserializableTrusted for GroupActionNotAllowedOnTransitionError

Source§

impl PlatformDeserializableTrusted for GroupActionV0

Source§

impl PlatformDeserializableTrusted for GroupExceedsMaxMembersError

Source§

impl PlatformDeserializableTrusted for GroupHasTooFewMembersError

Source§

impl PlatformDeserializableTrusted for GroupMemberHasPowerOfZeroError

Source§

impl PlatformDeserializableTrusted for GroupMemberHasPowerOverLimitError

Source§

impl PlatformDeserializableTrusted for GroupNonUnilateralMemberPowerHasLessThanRequiredPowerError

Source§

impl PlatformDeserializableTrusted for GroupPositionDoesNotExistError

Source§

impl PlatformDeserializableTrusted for GroupRequiredPowerIsInvalidError

Source§

impl PlatformDeserializableTrusted for GroupTotalPowerLessThanRequiredError

Source§

impl PlatformDeserializableTrusted for GroupV0

Source§

impl PlatformDeserializableTrusted for Identity

Source§

impl PlatformDeserializableTrusted for IdentityAlreadyExistsError

Source§

impl PlatformDeserializableTrusted for IdentityAssetLockProofLockedTransactionMismatchError

Source§

impl PlatformDeserializableTrusted for IdentityAssetLockStateTransitionReplayError

Source§

impl PlatformDeserializableTrusted for IdentityAssetLockTransactionIsNotFoundError

Source§

impl PlatformDeserializableTrusted for IdentityAssetLockTransactionOutPointAlreadyConsumedError

Source§

impl PlatformDeserializableTrusted for IdentityAssetLockTransactionOutPointNotEnoughBalanceError

Source§

impl PlatformDeserializableTrusted for IdentityAssetLockTransactionOutputNotFoundError

Source§

impl PlatformDeserializableTrusted for IdentityAssetLockTransactionTooManyInputsError

Source§

impl PlatformDeserializableTrusted for IdentityCreateFromAddressesTransition

Source§

impl PlatformDeserializableTrusted for IdentityCreateFromShieldedPoolTransition

Source§

impl PlatformDeserializableTrusted for IdentityCreateTransition

Source§

impl PlatformDeserializableTrusted for IdentityCreditTransferToAddressesTransition

Source§

impl PlatformDeserializableTrusted for IdentityCreditTransferToAddressesTransitionV0

Source§

impl PlatformDeserializableTrusted for IdentityCreditTransferToSelfError

Source§

impl PlatformDeserializableTrusted for IdentityCreditTransferTransition

Source§

impl PlatformDeserializableTrusted for IdentityCreditTransferTransitionV0

Source§

impl PlatformDeserializableTrusted for IdentityCreditWithdrawalTransition

Source§

impl PlatformDeserializableTrusted for IdentityDoesNotHaveEnoughTokenBalanceError

Source§

impl PlatformDeserializableTrusted for IdentityHasNotAgreedToPayRequiredTokenAmountError

Source§

impl PlatformDeserializableTrusted for IdentityInTokenConfigurationNotFoundError

Source§

impl PlatformDeserializableTrusted for IdentityInsufficientBalanceError

Source§

impl PlatformDeserializableTrusted for IdentityKeyLimitsUpdateEmptyError

Source§

impl PlatformDeserializableTrusted for IdentityKeyLimitsUpdateTransition

Source§

impl PlatformDeserializableTrusted for IdentityMemberOfGroupNotFoundError

Source§

impl PlatformDeserializableTrusted for IdentityNotContractGroupOwnerOrAdminError

Source§

impl PlatformDeserializableTrusted for IdentityNotFoundError

Source§

impl PlatformDeserializableTrusted for IdentityNotMemberOfGroupError

Source§

impl PlatformDeserializableTrusted for IdentityPublicKey

Source§

impl PlatformDeserializableTrusted for IdentityPublicKeyAlreadyExistsForUniqueContractBoundsError

Source§

impl PlatformDeserializableTrusted for IdentityPublicKeyAlreadyExpiredError

Source§

impl PlatformDeserializableTrusted for IdentityPublicKeyBudgetExceededError

Source§

impl PlatformDeserializableTrusted for IdentityPublicKeyIsDisabledError

Source§

impl PlatformDeserializableTrusted for IdentityPublicKeyIsReadOnlyError

Source§

impl PlatformDeserializableTrusted for IdentityPublicKeyLimitNotRaisedError

Source§

impl PlatformDeserializableTrusted for IdentityPublicKeyLimitNotSetError

Source§

impl PlatformDeserializableTrusted for IdentityPublicKeyLimitsNotAllowedError

Source§

impl PlatformDeserializableTrusted for IdentityPublicKeyLimitsNotAllowedInShieldedIdentityCreationError

Source§

impl PlatformDeserializableTrusted for IdentityToFreezeDoesNotExistError

Source§

impl PlatformDeserializableTrusted for IdentityTokenAccountAlreadyFrozenError

Source§

impl PlatformDeserializableTrusted for IdentityTokenAccountFrozenError

Source§

impl PlatformDeserializableTrusted for IdentityTokenAccountNotFrozenError

Source§

impl PlatformDeserializableTrusted for IdentityTokenInfo

Source§

impl PlatformDeserializableTrusted for IdentityTopUpFromAddressesTransition

Source§

impl PlatformDeserializableTrusted for IdentityTopUpFromShieldedPoolTransition

Source§

impl PlatformDeserializableTrusted for IdentityTopUpFromShieldedPoolTransitionV0

Source§

impl PlatformDeserializableTrusted for IdentityTopUpTransition

Source§

impl PlatformDeserializableTrusted for IdentityTryingToPayWithWrongTokenError

Source§

impl PlatformDeserializableTrusted for IdentityUpdateTransition

Source§

impl PlatformDeserializableTrusted for IncompatibleDataContractSchemaError

Source§

impl PlatformDeserializableTrusted for IncompatibleDocumentTypeSchemaError

Source§

impl PlatformDeserializableTrusted for IncompatibleProtocolVersionError

Source§

impl PlatformDeserializableTrusted for IncompatibleRe2PatternError

Source§

impl PlatformDeserializableTrusted for InconsistentCompoundIndexDataError

Source§

impl PlatformDeserializableTrusted for InputBelowMinimumError

Source§

impl PlatformDeserializableTrusted for InputOutputBalanceMismatchError

Source§

impl PlatformDeserializableTrusted for InputWitnessCountMismatchError

Source§

impl PlatformDeserializableTrusted for InputsNotLessThanOutputsError

Source§

impl PlatformDeserializableTrusted for InsufficientFundingAmountError

Source§

impl PlatformDeserializableTrusted for InsufficientPoolNotesError

Source§

impl PlatformDeserializableTrusted for InsufficientShieldedFeeError

Source§

impl PlatformDeserializableTrusted for InvalidActionIdError

Source§

impl PlatformDeserializableTrusted for InvalidAnchorError

Source§

impl PlatformDeserializableTrusted for InvalidAssetLockProofCoreChainHeightError

Source§

impl PlatformDeserializableTrusted for InvalidAssetLockProofTransactionHeightError

Source§

impl PlatformDeserializableTrusted for InvalidAssetLockTransactionOutputReturnSizeError

Source§

impl PlatformDeserializableTrusted for InvalidCompoundIndexError

Source§

impl PlatformDeserializableTrusted for InvalidContractGroupAdminsError

Source§

impl PlatformDeserializableTrusted for InvalidContractGroupDescriptionLengthError

Source§

impl PlatformDeserializableTrusted for InvalidContractGroupNameLengthError

Source§

impl PlatformDeserializableTrusted for InvalidCreditWithdrawalTransitionCoreFeeError

Source§

impl PlatformDeserializableTrusted for InvalidCreditWithdrawalTransitionOutputScriptError

Source§

impl PlatformDeserializableTrusted for InvalidDataContractIdError

Source§

impl PlatformDeserializableTrusted for InvalidDataContractVersionError

Source§

impl PlatformDeserializableTrusted for InvalidDescriptionLengthError

Source§

impl PlatformDeserializableTrusted for InvalidDocumentRevisionError

Source§

impl PlatformDeserializableTrusted for InvalidDocumentTransitionActionError

Source§

impl PlatformDeserializableTrusted for InvalidDocumentTransitionIdError

Source§

impl PlatformDeserializableTrusted for InvalidDocumentTypeError

Source§

impl PlatformDeserializableTrusted for InvalidDocumentTypeNameError

Source§

impl PlatformDeserializableTrusted for InvalidDocumentTypeRequiredSecurityLevelError

Source§

impl PlatformDeserializableTrusted for InvalidGroupPositionError

Source§

impl PlatformDeserializableTrusted for InvalidIdentifierError

Source§

impl PlatformDeserializableTrusted for InvalidIdentityAssetLockProofChainLockValidationError

Source§

impl PlatformDeserializableTrusted for InvalidIdentityAssetLockTransactionError

Source§

impl PlatformDeserializableTrusted for InvalidIdentityAssetLockTransactionOutputError

Source§

impl PlatformDeserializableTrusted for InvalidIdentityCreditTransferAmountError

Source§

impl PlatformDeserializableTrusted for InvalidIdentityCreditWithdrawalTransitionAmountError

Source§

impl PlatformDeserializableTrusted for InvalidIdentityKeySignatureError

Source§

impl PlatformDeserializableTrusted for InvalidIdentityNonceError

Source§

impl PlatformDeserializableTrusted for InvalidIdentityPublicKeyBudgetError

Source§

impl PlatformDeserializableTrusted for InvalidIdentityPublicKeyDataError

Source§

impl PlatformDeserializableTrusted for InvalidIdentityPublicKeyIdError

Source§

impl PlatformDeserializableTrusted for InvalidIdentityPublicKeySecurityLevelError

Source§

impl PlatformDeserializableTrusted for InvalidIdentityPublicKeyTypeError

Source§

impl PlatformDeserializableTrusted for InvalidIdentityRevisionError

Source§

impl PlatformDeserializableTrusted for InvalidIdentityUpdateTransitionDisableKeysError

Source§

impl PlatformDeserializableTrusted for InvalidIdentityUpdateTransitionEmptyError

Source§

impl PlatformDeserializableTrusted for InvalidIndexPropertyTypeError

Source§

impl PlatformDeserializableTrusted for InvalidIndexedPropertyConstraintError

Source§

impl PlatformDeserializableTrusted for InvalidInstantAssetLockProofError

Source§

impl PlatformDeserializableTrusted for InvalidInstantAssetLockProofSignatureError

Source§

impl PlatformDeserializableTrusted for InvalidJsonSchemaRefError

Source§

impl PlatformDeserializableTrusted for InvalidKeyPurposeForContractBoundsError

Source§

impl PlatformDeserializableTrusted for InvalidKeywordCharacterError

Source§

impl PlatformDeserializableTrusted for InvalidKeywordLengthError

Source§

impl PlatformDeserializableTrusted for InvalidRemainderOutputCountError

Source§

impl PlatformDeserializableTrusted for InvalidShieldedProofError

Source§

impl PlatformDeserializableTrusted for InvalidSignaturePublicKeyPurposeError

Source§

impl PlatformDeserializableTrusted for InvalidSignaturePublicKeySecurityLevelError

Source§

impl PlatformDeserializableTrusted for InvalidStateTransitionSignatureError

Source§

impl PlatformDeserializableTrusted for InvalidStateTransitionTypeError

Source§

impl PlatformDeserializableTrusted for InvalidTokenAmountError

Source§

impl PlatformDeserializableTrusted for InvalidTokenBaseSupplyError

Source§

impl PlatformDeserializableTrusted for InvalidTokenClaimNoCurrentRewards

Source§

impl PlatformDeserializableTrusted for InvalidTokenClaimPropertyMismatch

Source§

impl PlatformDeserializableTrusted for InvalidTokenClaimWrongClaimant

Source§

impl PlatformDeserializableTrusted for InvalidTokenConfigUpdateNoChangeError

Source§

impl PlatformDeserializableTrusted for InvalidTokenDistributionBlockIntervalTooShortError

Source§

impl PlatformDeserializableTrusted for InvalidTokenDistributionEpochIntervalTooShortError

Source§

impl PlatformDeserializableTrusted for InvalidTokenDistributionFunctionDivideByZeroError

Source§

impl PlatformDeserializableTrusted for InvalidTokenDistributionFunctionIncoherenceError

Source§

impl PlatformDeserializableTrusted for InvalidTokenDistributionFunctionInvalidParameterError

Source§

impl PlatformDeserializableTrusted for InvalidTokenDistributionFunctionInvalidParameterTupleError

Source§

impl PlatformDeserializableTrusted for InvalidTokenDistributionTimeIntervalNotMinuteAlignedError

Source§

impl PlatformDeserializableTrusted for InvalidTokenDistributionTimeIntervalTooShortError

Source§

impl PlatformDeserializableTrusted for InvalidTokenIdError

Source§

impl PlatformDeserializableTrusted for InvalidTokenLanguageCodeError

Source§

impl PlatformDeserializableTrusted for InvalidTokenNameCharacterError

Source§

impl PlatformDeserializableTrusted for InvalidTokenNameLengthError

Source§

impl PlatformDeserializableTrusted for InvalidTokenNoteTooBigError

Source§

impl PlatformDeserializableTrusted for InvalidTokenPositionError

Source§

impl PlatformDeserializableTrusted for InvalidTokenPositionStateError

Source§

impl PlatformDeserializableTrusted for JsonSchemaCompilationError

Source§

impl PlatformDeserializableTrusted for dpp::data_contract::errors::JsonSchemaError

Source§

impl PlatformDeserializableTrusted for dpp::errors::consensus::basic::json_schema_error::error::JsonSchemaError

Source§

impl PlatformDeserializableTrusted for MainGroupIsNotDefinedError

Source§

impl PlatformDeserializableTrusted for MasterPublicKeyUpdateError

Source§

impl PlatformDeserializableTrusted for MasternodeIncorrectVoterIdentityIdError

Source§

impl PlatformDeserializableTrusted for MasternodeIncorrectVotingAddressError

Source§

impl PlatformDeserializableTrusted for MasternodeNotFoundError

Source§

impl PlatformDeserializableTrusted for MasternodeVoteAlreadyPresentError

Source§

impl PlatformDeserializableTrusted for MasternodeVoteTransition

Source§

impl PlatformDeserializableTrusted for MasternodeVoteTransitionV0

Source§

impl PlatformDeserializableTrusted for MasternodeVotedTooManyTimesError

Source§

impl PlatformDeserializableTrusted for MaxDocumentsTransitionsExceededError

Source§

impl PlatformDeserializableTrusted for MaxIdentityPublicKeyLimitReachedError

Source§

impl PlatformDeserializableTrusted for MergeIdentityNonceResult

Source§

impl PlatformDeserializableTrusted for MissingDataContractIdBasicError

Source§

impl PlatformDeserializableTrusted for MissingDefaultLocalizationError

Source§

impl PlatformDeserializableTrusted for MissingDocumentTransitionActionError

Source§

impl PlatformDeserializableTrusted for MissingDocumentTransitionTypeError

Source§

impl PlatformDeserializableTrusted for MissingDocumentTypeError

Source§

impl PlatformDeserializableTrusted for MissingIdentityPublicKeyIdsError

Source§

impl PlatformDeserializableTrusted for MissingMasterPublicKeyError

Source§

impl PlatformDeserializableTrusted for MissingPositionsInDocumentTypePropertiesError

Source§

impl PlatformDeserializableTrusted for MissingPublicKeyError

Source§

impl PlatformDeserializableTrusted for MissingStateTransitionTypeError

Source§

impl PlatformDeserializableTrusted for MissingTransferKeyError

Source§

impl PlatformDeserializableTrusted for ModificationOfGroupActionMainParametersNotPermittedError

Source§

impl PlatformDeserializableTrusted for NewAuthorizedActionTakerGroupDoesNotExistError

Source§

impl PlatformDeserializableTrusted for NewAuthorizedActionTakerIdentityDoesNotExistError

Source§

impl PlatformDeserializableTrusted for NewAuthorizedActionTakerMainGroupNotSetError

Source§

impl PlatformDeserializableTrusted for NewTokensDestinationIdentityDoesNotExistError

Source§

impl PlatformDeserializableTrusted for NewTokensDestinationIdentityOptionRequiredError

Source§

impl PlatformDeserializableTrusted for NoTransferKeyForCoreWithdrawalAvailableError

Source§

impl PlatformDeserializableTrusted for NonContiguousContractGroupPositionsError

Source§

impl PlatformDeserializableTrusted for NonContiguousContractTokenPositionsError

Source§

impl PlatformDeserializableTrusted for NonceOutOfBoundsError

Source§

impl PlatformDeserializableTrusted for NotImplementedCreditWithdrawalTransitionPoolingError

Source§

impl PlatformDeserializableTrusted for NullifierAlreadySpentError

Source§

impl PlatformDeserializableTrusted for OutputAddressAlsoInputError

Source§

impl PlatformDeserializableTrusted for OutputBelowMinimumError

Source§

impl PlatformDeserializableTrusted for OutputsNotGreaterThanInputsError

Source§

impl PlatformDeserializableTrusted for OverflowError

Source§

impl PlatformDeserializableTrusted for PlatformAddress

Source§

impl PlatformDeserializableTrusted for PreProgrammedDistributionTimestampInPastError

Source§

impl PlatformDeserializableTrusted for PrefundedSpecializedBalanceInsufficientError

Source§

impl PlatformDeserializableTrusted for PrefundedSpecializedBalanceNotFoundError

Source§

impl PlatformDeserializableTrusted for ProtocolVersionParsingError

Source§

impl PlatformDeserializableTrusted for PublicKeyBudgetExhaustedError

Source§

impl PlatformDeserializableTrusted for PublicKeyExpiredError

Source§

impl PlatformDeserializableTrusted for PublicKeyIsDisabledError

Source§

impl PlatformDeserializableTrusted for PublicKeySecurityLevelNotMetError

Source§

impl PlatformDeserializableTrusted for PublicKeyWithLimitsCannotUpdateKeyLimitsError

Source§

impl PlatformDeserializableTrusted for RecipientIdentityDoesNotExistError

Source§

impl PlatformDeserializableTrusted for RedundantContractGroupMembershipError

Source§

impl PlatformDeserializableTrusted for RedundantDocumentPaidForByTokenWithContractId

Source§

impl PlatformDeserializableTrusted for ReferencedDocumentPropertyAgreementInvalidError

Source§

impl PlatformDeserializableTrusted for ReferencedDocumentPropertyMismatchError

Source§

impl PlatformDeserializableTrusted for ReferencedDocumentTypeDeletableError

Source§

impl PlatformDeserializableTrusted for ReferencedDocumentTypeNotFoundError

Source§

impl PlatformDeserializableTrusted for ReferencedEntityNotFoundError

Source§

impl PlatformDeserializableTrusted for ReferencedIdentityKeyDisabledError

Source§

impl PlatformDeserializableTrusted for ReferencedIdentityKeyNotFoundError

Source§

impl PlatformDeserializableTrusted for ReferencedKeyIdPropertyInvalidError

Source§

impl PlatformDeserializableTrusted for RequiredTokenPaymentInfoNotSetError

Source§

impl PlatformDeserializableTrusted for ResourceVote

Source§

impl PlatformDeserializableTrusted for ResourceVoteV0

Source§

impl PlatformDeserializableTrusted for RewardDistributionMoment

Source§

impl PlatformDeserializableTrusted for SerializedObjectParsingError

Source§

impl PlatformDeserializableTrusted for ShieldFromAssetLockTransition

Source§

impl PlatformDeserializableTrusted for ShieldFromAssetLockTransitionV0

Source§

impl PlatformDeserializableTrusted for ShieldFromIdentityTransition

Source§

impl PlatformDeserializableTrusted for ShieldFromIdentityTransitionV0

Source§

impl PlatformDeserializableTrusted for ShieldTransition

Source§

impl PlatformDeserializableTrusted for ShieldTransitionV0

Source§

impl PlatformDeserializableTrusted for ShieldedEmptyProofError

Source§

impl PlatformDeserializableTrusted for ShieldedEncryptedNoteSizeMismatchError

Source§

impl PlatformDeserializableTrusted for ShieldedImplicitFeeCapExceededError

Source§

impl PlatformDeserializableTrusted for ShieldedInvalidDenominationError

Source§

impl PlatformDeserializableTrusted for ShieldedInvalidValueBalanceError

Source§

impl PlatformDeserializableTrusted for ShieldedNoActionsError

Source§

impl PlatformDeserializableTrusted for ShieldedTooManyActionsError

Source§

impl PlatformDeserializableTrusted for ShieldedTransferTransition

Source§

impl PlatformDeserializableTrusted for ShieldedTransferTransitionV0

Source§

impl PlatformDeserializableTrusted for ShieldedWithdrawalTransition

Source§

impl PlatformDeserializableTrusted for ShieldedWithdrawalTransitionV0

Source§

impl PlatformDeserializableTrusted for ShieldedZeroAnchorError

Source§

impl PlatformDeserializableTrusted for SignatureError

Source§

impl PlatformDeserializableTrusted for SignatureShouldNotBePresentError

Source§

impl PlatformDeserializableTrusted for StateError

Source§

impl PlatformDeserializableTrusted for StateTransition

Source§

impl PlatformDeserializableTrusted for StateTransitionMaxSizeExceededError

Source§

impl PlatformDeserializableTrusted for StateTransitionNotActiveError

Source§

impl PlatformDeserializableTrusted for SystemPropertyIndexAlreadyPresentError

Source§

impl PlatformDeserializableTrusted for TokenAlreadyPausedError

Source§

impl PlatformDeserializableTrusted for TokenAmountUnderMinimumSaleAmount

Source§

impl PlatformDeserializableTrusted for TokenConfigurationChangeItem

Source§

impl PlatformDeserializableTrusted for TokenConfigurationIdentityContext

Source§

impl PlatformDeserializableTrusted for TokenContractInfo

Source§

impl PlatformDeserializableTrusted for TokenDirectPurchaseUserPriceTooLow

Source§

impl PlatformDeserializableTrusted for TokenDistributionKey

Source§

impl PlatformDeserializableTrusted for TokenEvent

Source§

impl PlatformDeserializableTrusted for TokenIsPausedError

Source§

impl PlatformDeserializableTrusted for TokenMintPastMaxSupplyError

Source§

impl PlatformDeserializableTrusted for TokenNotForDirectSale

Source§

impl PlatformDeserializableTrusted for TokenNotPausedError

Source§

impl PlatformDeserializableTrusted for TokenNoteOnlyAllowedWhenProposerError

Source§

impl PlatformDeserializableTrusted for TokenPaymentByBurningOnlyAllowedOnInternalTokenError

Source§

impl PlatformDeserializableTrusted for TokenPaymentInfo

Source§

impl PlatformDeserializableTrusted for TokenPerpetualDistribution

Source§

impl PlatformDeserializableTrusted for TokenPricingSchedule

Source§

impl PlatformDeserializableTrusted for TokenPricingScheduleEmptyError

Source§

impl PlatformDeserializableTrusted for TokenSettingMaxSupplyToLessThanCurrentSupplyError

Source§

impl PlatformDeserializableTrusted for TokenStatus

Source§

impl PlatformDeserializableTrusted for TokenTransferRecipientIdentityNotExistError

Source§

impl PlatformDeserializableTrusted for TokenTransferToOurselfError

Source§

impl PlatformDeserializableTrusted for TooManyKeywordsError

Source§

impl PlatformDeserializableTrusted for TooManyMasterPublicKeyError

Source§

impl PlatformDeserializableTrusted for TransitionNoInputsError

Source§

impl PlatformDeserializableTrusted for TransitionNoOutputsError

Source§

impl PlatformDeserializableTrusted for TransitionOverMaxInputsError

Source§

impl PlatformDeserializableTrusted for TransitionOverMaxOutputsError

Source§

impl PlatformDeserializableTrusted for UnauthorizedTokenActionError

Source§

impl PlatformDeserializableTrusted for UncompressedPublicKeyNotAllowedError

Source§

impl PlatformDeserializableTrusted for UndefinedIndexPropertyError

Source§

impl PlatformDeserializableTrusted for UniqueIndicesLimitReachedError

Source§

impl PlatformDeserializableTrusted for UnknownDocumentActionTokenEffectError

Source§

impl PlatformDeserializableTrusted for UnknownDocumentCreationRestrictionModeError

Source§

impl PlatformDeserializableTrusted for UnknownGasFeesPaidByError

Source§

impl PlatformDeserializableTrusted for UnknownSecurityLevelError

Source§

impl PlatformDeserializableTrusted for UnknownStorageKeyRequirementsError

Source§

impl PlatformDeserializableTrusted for UnknownTradeModeError

Source§

impl PlatformDeserializableTrusted for UnknownTransferableTypeError

Source§

impl PlatformDeserializableTrusted for UnshieldTransition

Source§

impl PlatformDeserializableTrusted for UnshieldTransitionV0

Source§

impl PlatformDeserializableTrusted for UnsupportedFeatureError

Source§

impl PlatformDeserializableTrusted for UnsupportedProtocolVersionError

Source§

impl PlatformDeserializableTrusted for UnsupportedVersionError

Source§

impl PlatformDeserializableTrusted for ValidatorSet

Source§

impl PlatformDeserializableTrusted for ValueError

Source§

impl PlatformDeserializableTrusted for VersionError

Source§

impl PlatformDeserializableTrusted for Vote

Source§

impl PlatformDeserializableTrusted for VotePoll

Source§

impl PlatformDeserializableTrusted for VotePollNotAvailableForVotingError

Source§

impl PlatformDeserializableTrusted for VotePollNotFoundError

Source§

impl PlatformDeserializableTrusted for WithdrawalBalanceMismatchError

Source§

impl PlatformDeserializableTrusted for WithdrawalBelowMinAmountError

Source§

impl PlatformDeserializableTrusted for WithdrawalOutputScriptNotAllowedWhenSigningWithOwnerKeyError

Source§

impl PlatformDeserializableTrusted for WrongPublicKeyPurposeError