PlatformDeserializable

Trait PlatformDeserializable 

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

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

Required Methods§

Provided Methods§

Source

fn deserialize_from_bytes(data: &[u8]) -> Result<Self, ProtocolError>
where Self: Sized,

Implementors§

Source§

impl PlatformDeserializable for PlatformAddress

Source§

impl PlatformDeserializable for AssetLockValue

Source§

impl PlatformDeserializable for ExtendedBlockInfo

Source§

impl PlatformDeserializable for ExtendedEpochInfo

Source§

impl PlatformDeserializable for FinalizedEpochInfo

Source§

impl PlatformDeserializable for ValidatorSet

Source§

impl PlatformDeserializable for TokenConfigurationChangeItem

Source§

impl PlatformDeserializable for TokenPerpetualDistribution

Source§

impl PlatformDeserializable for RewardDistributionMoment

Source§

impl PlatformDeserializable for DataContractError

Source§

impl PlatformDeserializable for dpp::data_contract::errors::JsonSchemaError

Source§

impl PlatformDeserializable for Group

Source§

impl PlatformDeserializable for BasicError

Source§

impl PlatformDeserializable for ConsensusError

Source§

impl PlatformDeserializable for FeeError

Source§

impl PlatformDeserializable for SignatureError

Source§

impl PlatformDeserializable for DataTriggerError

Source§

impl PlatformDeserializable for TokenConfigurationIdentityContext

Source§

impl PlatformDeserializable for StateError

Source§

impl PlatformDeserializable for GroupActionEvent

Source§

impl PlatformDeserializable for GroupAction

Source§

impl PlatformDeserializable for Identity

Source§

impl PlatformDeserializable for MergeIdentityNonceResult

Source§

impl PlatformDeserializable for IdentityPublicKey

Source§

impl PlatformDeserializable for StateTransition

Source§

impl PlatformDeserializable for AddressCreditWithdrawalTransition

Source§

impl PlatformDeserializable for AddressFundingFromAssetLockTransition

Source§

impl PlatformDeserializable for AddressFundsTransferTransition

Source§

impl PlatformDeserializable for BatchTransition

Source§

impl PlatformDeserializable for DataContractCreateTransition

Source§

impl PlatformDeserializable for DataContractUpdateTransition

Source§

impl PlatformDeserializable for IdentityCreateFromAddressesTransition

Source§

impl PlatformDeserializable for IdentityCreateTransition

Source§

impl PlatformDeserializable for IdentityCreditTransferToAddressesTransition

Source§

impl PlatformDeserializable for IdentityCreditTransferTransition

Source§

impl PlatformDeserializable for IdentityCreditWithdrawalTransition

Source§

impl PlatformDeserializable for IdentityTopUpFromAddressesTransition

Source§

impl PlatformDeserializable for IdentityTopUpTransition

Source§

impl PlatformDeserializable for IdentityUpdateTransition

Source§

impl PlatformDeserializable for MasternodeVoteTransition

Source§

impl PlatformDeserializable for ShieldFromAssetLockTransition

Source§

impl PlatformDeserializable for ShieldTransition

Source§

impl PlatformDeserializable for ShieldedTransferTransition

Source§

impl PlatformDeserializable for ShieldedWithdrawalTransition

Source§

impl PlatformDeserializable for UnshieldTransition

Source§

impl PlatformDeserializable for TokenContractInfo

Source§

impl PlatformDeserializable for IdentityTokenInfo

Source§

impl PlatformDeserializable for TokenStatus

Source§

impl PlatformDeserializable for TokenEvent

Source§

impl PlatformDeserializable for TokenPaymentInfo

Source§

impl PlatformDeserializable for TokenPricingSchedule

Source§

impl PlatformDeserializable for ContenderWithSerializedDocument

Source§

impl PlatformDeserializable for ContestedDocumentVotePollStoredInfo

Source§

impl PlatformDeserializable for VotePoll

Source§

impl PlatformDeserializable for Vote

Source§

impl PlatformDeserializable for ResourceVote

Source§

impl PlatformDeserializable for TokenDistributionKey

Source§

impl PlatformDeserializable for GroupV0

Source§

impl PlatformDeserializable for DataContractMaxDepthExceedError

Source§

impl PlatformDeserializable for ContestedUniqueIndexOnMutableDocumentTypeError

Source§

impl PlatformDeserializable for ContestedUniqueIndexWithUniqueIndexError

Source§

impl PlatformDeserializable for DataContractHaveNewUniqueIndexError

Source§

impl PlatformDeserializable for DataContractImmutablePropertiesUpdateError

Source§

impl PlatformDeserializable for DataContractInvalidIndexDefinitionUpdateError

Source§

impl PlatformDeserializable for DataContractTokenConfigurationUpdateError

Source§

impl PlatformDeserializable for DataContractUniqueIndicesChangedError

Source§

impl PlatformDeserializable for DecimalsOverLimitError

Source§

impl PlatformDeserializable for DocumentTypesAreMissingError

Source§

impl PlatformDeserializable for DuplicateIndexError

Source§

impl PlatformDeserializable for DuplicateIndexNameError

Source§

impl PlatformDeserializable for DuplicateKeywordsError

Source§

impl PlatformDeserializable for GroupExceedsMaxMembersError

Source§

impl PlatformDeserializable for GroupHasTooFewMembersError

Source§

impl PlatformDeserializable for GroupMemberHasPowerOfZeroError

Source§

impl PlatformDeserializable for GroupMemberHasPowerOverLimitError

Source§

impl PlatformDeserializable for GroupNonUnilateralMemberPowerHasLessThanRequiredPowerError

Source§

impl PlatformDeserializable for GroupPositionDoesNotExistError

Source§

impl PlatformDeserializable for GroupRequiredPowerIsInvalidError

Source§

impl PlatformDeserializable for GroupTotalPowerLessThanRequiredError

Source§

impl PlatformDeserializable for IncompatibleDataContractSchemaError

Source§

impl PlatformDeserializable for IncompatibleDocumentTypeSchemaError

Source§

impl PlatformDeserializable for IncompatibleRe2PatternError

Source§

impl PlatformDeserializable for InvalidCompoundIndexError

Source§

impl PlatformDeserializable for InvalidDataContractIdError

Source§

impl PlatformDeserializable for InvalidDataContractVersionError

Source§

impl PlatformDeserializable for InvalidDescriptionLengthError

Source§

impl PlatformDeserializable for InvalidDocumentTypeNameError

Source§

impl PlatformDeserializable for InvalidDocumentTypeRequiredSecurityLevelError

Source§

impl PlatformDeserializable for InvalidIndexPropertyTypeError

Source§

impl PlatformDeserializable for InvalidIndexedPropertyConstraintError

Source§

impl PlatformDeserializable for InvalidJsonSchemaRefError

Source§

impl PlatformDeserializable for InvalidKeywordCharacterError

Source§

impl PlatformDeserializable for InvalidKeywordLengthError

Source§

impl PlatformDeserializable for InvalidTokenBaseSupplyError

Source§

impl PlatformDeserializable for InvalidTokenDistributionFunctionDivideByZeroError

Source§

impl PlatformDeserializable for InvalidTokenDistributionFunctionIncoherenceError

Source§

impl PlatformDeserializable for InvalidTokenDistributionFunctionInvalidParameterError

Source§

impl PlatformDeserializable for InvalidTokenDistributionFunctionInvalidParameterTupleError

Source§

impl PlatformDeserializable for InvalidTokenLanguageCodeError

Source§

impl PlatformDeserializable for InvalidTokenNameCharacterError

Source§

impl PlatformDeserializable for InvalidTokenNameLengthError

Source§

impl PlatformDeserializable for MainGroupIsNotDefinedError

Source§

impl PlatformDeserializable for NewTokensDestinationIdentityOptionRequiredError

Source§

impl PlatformDeserializable for NonContiguousContractGroupPositionsError

Source§

impl PlatformDeserializable for NonContiguousContractTokenPositionsError

Source§

impl PlatformDeserializable for RedundantDocumentPaidForByTokenWithContractId

Source§

impl PlatformDeserializable for SystemPropertyIndexAlreadyPresentError

Source§

impl PlatformDeserializable for TokenPaymentByBurningOnlyAllowedOnInternalTokenError

Source§

impl PlatformDeserializable for TooManyKeywordsError

Source§

impl PlatformDeserializable for UndefinedIndexPropertyError

Source§

impl PlatformDeserializable for UniqueIndicesLimitReachedError

Source§

impl PlatformDeserializable for UnknownDocumentActionTokenEffectError

Source§

impl PlatformDeserializable for UnknownDocumentCreationRestrictionModeError

Source§

impl PlatformDeserializable for UnknownGasFeesPaidByError

Source§

impl PlatformDeserializable for UnknownSecurityLevelError

Source§

impl PlatformDeserializable for UnknownStorageKeyRequirementsError

Source§

impl PlatformDeserializable for UnknownTradeModeError

Source§

impl PlatformDeserializable for UnknownTransferableTypeError

Source§

impl PlatformDeserializable for DecodingError

Source§

impl PlatformDeserializable for ProtocolVersionParsingError

Source§

impl PlatformDeserializable for SerializedObjectParsingError

Source§

impl PlatformDeserializable for VersionError

Source§

impl PlatformDeserializable for ContestedDocumentsTemporarilyNotAllowedError

Source§

impl PlatformDeserializable for DataContractNotPresentError

Source§

impl PlatformDeserializable for DocumentCreationNotAllowedError

Source§

impl PlatformDeserializable for DocumentFieldMaxSizeExceededError

Source§

impl PlatformDeserializable for DocumentTransitionsAreAbsentError

Source§

impl PlatformDeserializable for DuplicateDocumentTransitionsWithIdsError

Source§

impl PlatformDeserializable for DuplicateDocumentTransitionsWithIndicesError

Source§

impl PlatformDeserializable for InconsistentCompoundIndexDataError

Source§

impl PlatformDeserializable for InvalidDocumentTransitionActionError

Source§

impl PlatformDeserializable for InvalidDocumentTransitionIdError

Source§

impl PlatformDeserializable for InvalidDocumentTypeError

Source§

impl PlatformDeserializable for MaxDocumentsTransitionsExceededError

Source§

impl PlatformDeserializable for MissingDataContractIdBasicError

Source§

impl PlatformDeserializable for MissingDocumentTransitionActionError

Source§

impl PlatformDeserializable for MissingDocumentTransitionTypeError

Source§

impl PlatformDeserializable for MissingDocumentTypeError

Source§

impl PlatformDeserializable for MissingPositionsInDocumentTypePropertiesError

Source§

impl PlatformDeserializable for NonceOutOfBoundsError

Source§

impl PlatformDeserializable for GroupActionNotAllowedOnTransitionError

Source§

impl PlatformDeserializable for DisablingKeyIdAlsoBeingAddedInSameTransitionError

Source§

impl PlatformDeserializable for DuplicatedIdentityPublicKeyBasicError

Source§

impl PlatformDeserializable for DuplicatedIdentityPublicKeyIdBasicError

Source§

impl PlatformDeserializable for IdentityAssetLockProofLockedTransactionMismatchError

Source§

impl PlatformDeserializable for IdentityAssetLockStateTransitionReplayError

Source§

impl PlatformDeserializable for IdentityAssetLockTransactionIsNotFoundError

Source§

impl PlatformDeserializable for IdentityAssetLockTransactionOutPointAlreadyConsumedError

Source§

impl PlatformDeserializable for IdentityAssetLockTransactionOutPointNotEnoughBalanceError

Source§

impl PlatformDeserializable for IdentityAssetLockTransactionOutputNotFoundError

Source§

impl PlatformDeserializable for IdentityCreditTransferToSelfError

Source§

impl PlatformDeserializable for InvalidAssetLockProofCoreChainHeightError

Source§

impl PlatformDeserializable for InvalidAssetLockProofTransactionHeightError

Source§

impl PlatformDeserializable for InvalidAssetLockTransactionOutputReturnSizeError

Source§

impl PlatformDeserializable for InvalidCreditWithdrawalTransitionCoreFeeError

Source§

impl PlatformDeserializable for InvalidCreditWithdrawalTransitionOutputScriptError

Source§

impl PlatformDeserializable for InvalidIdentityAssetLockProofChainLockValidationError

Source§

impl PlatformDeserializable for InvalidIdentityAssetLockTransactionError

Source§

impl PlatformDeserializable for InvalidIdentityAssetLockTransactionOutputError

Source§

impl PlatformDeserializable for InvalidIdentityCreditTransferAmountError

Source§

impl PlatformDeserializable for InvalidIdentityCreditWithdrawalTransitionAmountError

Source§

impl PlatformDeserializable for InvalidIdentityKeySignatureError

Source§

impl PlatformDeserializable for InvalidIdentityPublicKeyDataError

Source§

impl PlatformDeserializable for InvalidIdentityPublicKeySecurityLevelError

Source§

impl PlatformDeserializable for InvalidIdentityUpdateTransitionDisableKeysError

Source§

impl PlatformDeserializable for InvalidIdentityUpdateTransitionEmptyError

Source§

impl PlatformDeserializable for InvalidInstantAssetLockProofError

Source§

impl PlatformDeserializable for InvalidInstantAssetLockProofSignatureError

Source§

impl PlatformDeserializable for InvalidKeyPurposeForContractBoundsError

Source§

impl PlatformDeserializable for MissingMasterPublicKeyError

Source§

impl PlatformDeserializable for NotImplementedCreditWithdrawalTransitionPoolingError

Source§

impl PlatformDeserializable for TooManyMasterPublicKeyError

Source§

impl PlatformDeserializable for WithdrawalOutputScriptNotAllowedWhenSigningWithOwnerKeyError

Source§

impl PlatformDeserializable for IncompatibleProtocolVersionError

Source§

impl PlatformDeserializable for InvalidIdentifierError

Source§

impl PlatformDeserializable for JsonSchemaCompilationError

Source§

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

Source§

impl PlatformDeserializable for OverflowError

Source§

impl PlatformDeserializable for FeeStrategyDuplicateError

Source§

impl PlatformDeserializable for FeeStrategyEmptyError

Source§

impl PlatformDeserializable for FeeStrategyIndexOutOfBoundsError

Source§

impl PlatformDeserializable for FeeStrategyTooManyStepsError

Source§

impl PlatformDeserializable for InputBelowMinimumError

Source§

impl PlatformDeserializable for InputOutputBalanceMismatchError

Source§

impl PlatformDeserializable for InputWitnessCountMismatchError

Source§

impl PlatformDeserializable for InputsNotLessThanOutputsError

Source§

impl PlatformDeserializable for InsufficientFundingAmountError

Source§

impl PlatformDeserializable for InvalidRemainderOutputCountError

Source§

impl PlatformDeserializable for InvalidStateTransitionTypeError

Source§

impl PlatformDeserializable for MissingStateTransitionTypeError

Source§

impl PlatformDeserializable for OutputAddressAlsoInputError

Source§

impl PlatformDeserializable for OutputBelowMinimumError

Source§

impl PlatformDeserializable for OutputsNotGreaterThanInputsError

Source§

impl PlatformDeserializable for ShieldedEmptyProofError

Source§

impl PlatformDeserializable for ShieldedInvalidValueBalanceError

Source§

impl PlatformDeserializable for ShieldedNoActionsError

Source§

impl PlatformDeserializable for ShieldedTooManyActionsError

Source§

impl PlatformDeserializable for ShieldedZeroAnchorError

Source§

impl PlatformDeserializable for StateTransitionMaxSizeExceededError

Source§

impl PlatformDeserializable for StateTransitionNotActiveError

Source§

impl PlatformDeserializable for TransitionNoInputsError

Source§

impl PlatformDeserializable for TransitionNoOutputsError

Source§

impl PlatformDeserializable for TransitionOverMaxInputsError

Source§

impl PlatformDeserializable for TransitionOverMaxOutputsError

Source§

impl PlatformDeserializable for WithdrawalBalanceMismatchError

Source§

impl PlatformDeserializable for WithdrawalBelowMinAmountError

Source§

impl PlatformDeserializable for ChoosingTokenMintRecipientNotAllowedError

Source§

impl PlatformDeserializable for ContractHasNoTokensError

Source§

impl PlatformDeserializable for DestinationIdentityForTokenMintingNotSetError

Source§

impl PlatformDeserializable for InvalidActionIdError

Source§

impl PlatformDeserializable for InvalidTokenAmountError

Source§

impl PlatformDeserializable for InvalidTokenConfigUpdateNoChangeError

Source§

impl PlatformDeserializable for InvalidTokenDistributionBlockIntervalTooShortError

Source§

impl PlatformDeserializable for InvalidTokenDistributionTimeIntervalNotMinuteAlignedError

Source§

impl PlatformDeserializable for InvalidTokenDistributionTimeIntervalTooShortError

Source§

impl PlatformDeserializable for InvalidTokenIdError

Source§

impl PlatformDeserializable for InvalidTokenNoteTooBigError

Source§

impl PlatformDeserializable for InvalidTokenPositionError

Source§

impl PlatformDeserializable for MissingDefaultLocalizationError

Source§

impl PlatformDeserializable for TokenNoteOnlyAllowedWhenProposerError

Source§

impl PlatformDeserializable for TokenTransferToOurselfError

Source§

impl PlatformDeserializable for UnsupportedFeatureError

Source§

impl PlatformDeserializable for UnsupportedProtocolVersionError

Source§

impl PlatformDeserializable for UnsupportedVersionError

Source§

impl PlatformDeserializable for ValueError

Source§

impl PlatformDeserializable for BalanceIsNotEnoughError

Source§

impl PlatformDeserializable for BasicBLSError

Source§

impl PlatformDeserializable for BasicECDSAError

Source§

impl PlatformDeserializable for IdentityNotFoundError

Source§

impl PlatformDeserializable for InvalidIdentityPublicKeyTypeError

Source§

impl PlatformDeserializable for InvalidSignaturePublicKeyPurposeError

Source§

impl PlatformDeserializable for InvalidSignaturePublicKeySecurityLevelError

Source§

impl PlatformDeserializable for InvalidStateTransitionSignatureError

Source§

impl PlatformDeserializable for MissingPublicKeyError

Source§

impl PlatformDeserializable for PublicKeyIsDisabledError

Source§

impl PlatformDeserializable for PublicKeySecurityLevelNotMetError

Source§

impl PlatformDeserializable for SignatureShouldNotBePresentError

Source§

impl PlatformDeserializable for UncompressedPublicKeyNotAllowedError

Source§

impl PlatformDeserializable for WrongPublicKeyPurposeError

Source§

impl PlatformDeserializable for AddressDoesNotExistError

Source§

impl PlatformDeserializable for AddressInvalidNonceError

Source§

impl PlatformDeserializable for AddressNotEnoughFundsError

Source§

impl PlatformDeserializable for AddressesNotEnoughFundsError

Source§

impl PlatformDeserializable for DataContractAlreadyPresentError

Source§

impl PlatformDeserializable for DataContractConfigUpdateError

Source§

impl PlatformDeserializable for DataContractIsReadonlyError

Source§

impl PlatformDeserializable for DataContractNotFoundError

Source§

impl PlatformDeserializable for DataContractUpdateActionNotAllowedError

Source§

impl PlatformDeserializable for DataContractUpdatePermissionError

Source§

impl PlatformDeserializable for DocumentTypeUpdateError

Source§

impl PlatformDeserializable for DataTriggerConditionError

Source§

impl PlatformDeserializable for DataTriggerExecutionError

Source§

impl PlatformDeserializable for DataTriggerInvalidResultError

Source§

impl PlatformDeserializable for DocumentAlreadyPresentError

Source§

impl PlatformDeserializable for DocumentContestCurrentlyLockedError

Source§

impl PlatformDeserializable for DocumentContestDocumentWithSameIdAlreadyPresentError

Source§

impl PlatformDeserializable for DocumentContestIdentityAlreadyContestantError

Source§

impl PlatformDeserializable for DocumentContestNotJoinableError

Source§

impl PlatformDeserializable for DocumentContestNotPaidForError

Source§

impl PlatformDeserializable for DocumentIncorrectPurchasePriceError

Source§

impl PlatformDeserializable for DocumentNotForSaleError

Source§

impl PlatformDeserializable for DocumentNotFoundError

Source§

impl PlatformDeserializable for DocumentOwnerIdMismatchError

Source§

impl PlatformDeserializable for DocumentTimestampWindowViolationError

Source§

impl PlatformDeserializable for DocumentTimestampsAreEqualError

Source§

impl PlatformDeserializable for DocumentTimestampsMismatchError

Source§

impl PlatformDeserializable for DuplicateUniqueIndexError

Source§

impl PlatformDeserializable for InvalidDocumentRevisionError

Source§

impl PlatformDeserializable for GroupActionAlreadyCompletedError

Source§

impl PlatformDeserializable for GroupActionAlreadySignedByIdentityError

Source§

impl PlatformDeserializable for GroupActionDoesNotExistError

Source§

impl PlatformDeserializable for IdentityMemberOfGroupNotFoundError

Source§

impl PlatformDeserializable for IdentityNotMemberOfGroupError

Source§

impl PlatformDeserializable for ModificationOfGroupActionMainParametersNotPermittedError

Source§

impl PlatformDeserializable for DuplicatedIdentityPublicKeyIdStateError

Source§

impl PlatformDeserializable for DuplicatedIdentityPublicKeyStateError

Source§

impl PlatformDeserializable for IdentityInTokenConfigurationNotFoundError

Source§

impl PlatformDeserializable for IdentityPublicKeyAlreadyExistsForUniqueContractBoundsError

Source§

impl PlatformDeserializable for IdentityPublicKeyIsDisabledError

Source§

impl PlatformDeserializable for IdentityPublicKeyIsReadOnlyError

Source§

impl PlatformDeserializable for IdentityToFreezeDoesNotExistError

Source§

impl PlatformDeserializable for InvalidIdentityNonceError

Source§

impl PlatformDeserializable for InvalidIdentityPublicKeyIdError

Source§

impl PlatformDeserializable for InvalidIdentityRevisionError

Source§

impl PlatformDeserializable for MasterPublicKeyUpdateError

Source§

impl PlatformDeserializable for MaxIdentityPublicKeyLimitReachedError

Source§

impl PlatformDeserializable for MissingIdentityPublicKeyIdsError

Source§

impl PlatformDeserializable for MissingTransferKeyError

Source§

impl PlatformDeserializable for NoTransferKeyForCoreWithdrawalAvailableError

Source§

impl PlatformDeserializable for IdentityAlreadyExistsError

Source§

impl PlatformDeserializable for IdentityInsufficientBalanceError

Source§

impl PlatformDeserializable for RecipientIdentityDoesNotExistError

Source§

impl PlatformDeserializable for PrefundedSpecializedBalanceInsufficientError

Source§

impl PlatformDeserializable for PrefundedSpecializedBalanceNotFoundError

Source§

impl PlatformDeserializable for InsufficientPoolNotesError

Source§

impl PlatformDeserializable for InsufficientShieldedFeeError

Source§

impl PlatformDeserializable for InvalidAnchorError

Source§

impl PlatformDeserializable for InvalidShieldedProofError

Source§

impl PlatformDeserializable for NullifierAlreadySpentError

Source§

impl PlatformDeserializable for IdentityDoesNotHaveEnoughTokenBalanceError

Source§

impl PlatformDeserializable for IdentityHasNotAgreedToPayRequiredTokenAmountError

Source§

impl PlatformDeserializable for IdentityTokenAccountAlreadyFrozenError

Source§

impl PlatformDeserializable for IdentityTokenAccountFrozenError

Source§

impl PlatformDeserializable for IdentityTokenAccountNotFrozenError

Source§

impl PlatformDeserializable for IdentityTryingToPayWithWrongTokenError

Source§

impl PlatformDeserializable for InvalidGroupPositionError

Source§

impl PlatformDeserializable for InvalidTokenClaimNoCurrentRewards

Source§

impl PlatformDeserializable for InvalidTokenClaimPropertyMismatch

Source§

impl PlatformDeserializable for InvalidTokenClaimWrongClaimant

Source§

impl PlatformDeserializable for InvalidTokenPositionStateError

Source§

impl PlatformDeserializable for NewAuthorizedActionTakerGroupDoesNotExistError

Source§

impl PlatformDeserializable for NewAuthorizedActionTakerIdentityDoesNotExistError

Source§

impl PlatformDeserializable for NewAuthorizedActionTakerMainGroupNotSetError

Source§

impl PlatformDeserializable for NewTokensDestinationIdentityDoesNotExistError

Source§

impl PlatformDeserializable for PreProgrammedDistributionTimestampInPastError

Source§

impl PlatformDeserializable for RequiredTokenPaymentInfoNotSetError

Source§

impl PlatformDeserializable for TokenAlreadyPausedError

Source§

impl PlatformDeserializable for TokenAmountUnderMinimumSaleAmount

Source§

impl PlatformDeserializable for TokenDirectPurchaseUserPriceTooLow

Source§

impl PlatformDeserializable for TokenIsPausedError

Source§

impl PlatformDeserializable for TokenMintPastMaxSupplyError

Source§

impl PlatformDeserializable for TokenNotForDirectSale

Source§

impl PlatformDeserializable for TokenNotPausedError

Source§

impl PlatformDeserializable for TokenSettingMaxSupplyToLessThanCurrentSupplyError

Source§

impl PlatformDeserializable for TokenTransferRecipientIdentityNotExistError

Source§

impl PlatformDeserializable for UnauthorizedTokenActionError

Source§

impl PlatformDeserializable for MasternodeIncorrectVoterIdentityIdError

Source§

impl PlatformDeserializable for MasternodeIncorrectVotingAddressError

Source§

impl PlatformDeserializable for MasternodeNotFoundError

Source§

impl PlatformDeserializable for MasternodeVoteAlreadyPresentError

Source§

impl PlatformDeserializable for MasternodeVotedTooManyTimesError

Source§

impl PlatformDeserializable for VotePollNotAvailableForVotingError

Source§

impl PlatformDeserializable for VotePollNotFoundError

Source§

impl PlatformDeserializable for GroupActionV0

Source§

impl PlatformDeserializable for AddressFundsTransferTransitionV0

Source§

impl PlatformDeserializable for IdentityCreditTransferToAddressesTransitionV0

Source§

impl PlatformDeserializable for IdentityCreditTransferTransitionV0

Source§

impl PlatformDeserializable for MasternodeVoteTransitionV0

Source§

impl PlatformDeserializable for ShieldFromAssetLockTransitionV0

Source§

impl PlatformDeserializable for ShieldTransitionV0

Source§

impl PlatformDeserializable for ShieldedTransferTransitionV0

Source§

impl PlatformDeserializable for ShieldedWithdrawalTransitionV0

Source§

impl PlatformDeserializable for UnshieldTransitionV0

Source§

impl PlatformDeserializable for ContestedDocumentResourceVotePoll

Source§

impl PlatformDeserializable for ResourceVoteV0