Enumeration RejectReasonTag

Enumeration Members

AlreadyABaker: "AlreadyABaker"
AlreadyADelegator: "AlreadyADelegator"
AmountTooLarge: "AmountTooLarge"
BakerInCooldown: "BakerInCooldown"
BakingRewardCommissionNotInRange: "BakingRewardCommissionNotInRange"
CredentialHolderDidNotSign: "CredentialHolderDidNotSign"
DelegationTargetNotABaker: "DelegationTargetNotABaker"
DelegatorInCooldown: "DelegatorInCooldown"
DuplicateAggregationKey: "DuplicateAggregationKey"
DuplicateCredIDs: "DuplicateCredIDs"
EncryptedAmountSelfTransfer: "EncryptedAmountSelfTransfer"
FinalizationRewardCommissionNotInRange: "FinalizationRewardCommissionNotInRange"
FirstScheduledReleaseExpired: "FirstScheduledReleaseExpired"
InsufficientBalanceForBakerStake: "InsufficientBalanceForBakerStake"
InsufficientBalanceForDelegationStake: "InsufficientBalanceForDelegationStake"
InsufficientDelegationStake: "InsufficientDelegationStake"
InvalidAccountReference: "InvalidAccountReference"
InvalidAccountThreshold: "InvalidAccountThreshold"
InvalidContractAddress: "InvalidContractAddress"
InvalidCredentialKeySignThreshold: "InvalidCredentialKeySignThreshold"
InvalidCredentials: "InvalidCredentials"
InvalidEncryptedAmountTransferProof: "InvalidEncryptedAmountTransferProof"
InvalidIndexOnEncryptedTransfer: "InvalidIndexOnEncryptedTransfer"
InvalidInitMethod: "InvalidInitMethod"
InvalidModuleReference: "InvalidModuleReference"
InvalidProof: "InvalidProof"
InvalidReceiveMethod: "InvalidReceiveMethod"
InvalidTransferToPublicProof: "InvalidTransferToPublicProof"
KeyIndexAlreadyInUse: "KeyIndexAlreadyInUse"
MissingBakerAddParameters: "MissingBakerAddParameters"
MissingDelegationAddParameters: "MissingDelegationAddParameters"
ModuleHashAlreadyExists: "ModuleHashAlreadyExists"
ModuleNotWF: "ModuleNotWF"
NonExistentCredIDs: "NonExistentCredIDs"
NonExistentCredentialID: "NonExistentCredentialID"
NonExistentRewardAccount: "NonExistentRewardAccount"
NonIncreasingSchedule: "NonIncreasingSchedule"
NotABaker: "NotABaker"
NotADelegator: "NotADelegator"
NotAllowedMultipleCredentials: "NotAllowedMultipleCredentials"
NotAllowedToHandleEncrypted: "NotAllowedToHandleEncrypted"
NotAllowedToReceiveEncrypted: "NotAllowedToReceiveEncrypted"
OutOfEnergy: "OutOfEnergy"
PoolClosed: "PoolClosed"
PoolWouldBecomeOverDelegated: "PoolWouldBecomeOverDelegated"
RejectedInit: "RejectedInit"
RejectedReceive: "RejectedReceive"
RemoveFirstCredential: "RemoveFirstCredential"
RuntimeFailure: "RuntimeFailure"
ScheduledSelfTransfer: "ScheduledSelfTransfer"
SerializationFailure: "SerializationFailure"
StakeOverMaximumThresholdForPool: "StakeOverMaximumThresholdForPool"
StakeUnderMinimumThresholdForBaking: "StakeUnderMinimumThresholdForBaking"
TransactionFeeCommissionNotInRange: "TransactionFeeCommissionNotInRange"
ZeroScheduledAmount: "ZeroScheduledAmount"

Generated using TypeDoc