SORA
subscan
Runtime Modules / Technical
Spec Version:
Events
Name
Lookup
Attributes
Minted1800["TechAssetIdOf","TechAccountIdOf","Balance","Balance"]
Burned1801["TechAssetIdOf","TechAccountIdOf","Balance","Balance"]
OutputTransferred1802["TechAssetIdOf","TechAccountIdOf","AccountIdOf","Balance"]
InputTransferred1803["TechAssetIdOf","AccountIdOf","TechAccountIdOf","Balance"]
SwapSuccess1804["AccountIdOf"]
Storage Functions
Name
Type
TechAccounts{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"common:primitives:TechAccountId","keys_id":0,"value_id":83}}
Error Types
Name
Docs
StorageOverflowErrors should have helpful documentation associated with them.
InsufficientBalanceBalance too low to send value.
AlreadyExistSwap already exists.
InvalidProofSwap proof is invalid.
SourceMismatchSource does not match.
AlreadyClaimedSwap has already been claimed.
ClaimActionMismatchClaim action mismatch.
DurationNotPassedDuration has not yet passed for the swap to be cancelled.
OnlyRegularAssetIf argument must be technical, and only regular values inside it is allowed
OnlyRegularAccountIf argument must be technical, and only regular values inside it is allowed
OnlyRegularBalanceIf argument must be technical, and only regular values inside it is allowed
OnlyPureTechnicalAccountIf argument must be technical, and only regular values inside it is allowed
OverflowGot an overflow after adding.
TechAccountIdMustBePureIf argument must be technical, and only pure technical value is allowed
UnableToGetReprFromTechAccountIdIt is not posible to extract code from `AccountId32` as representationor find it in storage.
RepresentativeMustBeSupportedType must sport mapping from hash to special subset of `AccountId32`
TechAccountIdIsNotRegisteredIt is not posible to find record in storage map about `AccountId32` representation fortechnical account.
NotImplementedThis function or ablility is still not implemented.
DecodeAccountIdFailedFailed to decode `AccountId` from a hash.
AssociatedAccountIdNotFoundAssociated `AccountId` not found with a given `TechnicalAccountId`.
OperationWithAbstractCheckingIsImposibleOperation with abstract checking is impossible.