Name | Lookup | Parameters | |
---|---|---|---|
upload_code | 6800 | 1 | |
upload_program | 6801 | 5 | |
create_program | 6802 | 5 | |
send_message | 6803 | 5 | |
send_reply | 6804 | 5 | |
claim_value | 6805 | 1 | |
run | 6806 | 1 | |
set_execute_inherent | 6807 | 1 | |
pay_program_rent | 6808 | 2 | |
resume_session_init | 6809 | 3 | |
resume_session_push | 680a | 2 | |
resume_session_commit | 680b | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
MessageQueued | 6800 | ["MessageId","AccountId","ProgramId","MessageEntry"] | |
UserMessageSent | 6801 | ["UserMessage","Option<BlockNumber>"] | |
UserMessageRead | 6802 | ["MessageId","UserMessageReadReason"] | |
MessagesDispatched | 6803 | ["MessengerCapacityOf","BTreeMap<MessageId, DispatchStatus>","BTreeSet<ProgramId>"] | |
MessageWaited | 6804 | ["MessageId","Option<GasNodeId<MessageId, ReservationId>>","MessageWaitedReason","BlockNumber"] | |
MessageWoken | 6805 | ["MessageId","MessageWokenReason"] | |
CodeChanged | 6806 | ["CodeId","CodeChangeKind<BlockNumber>"] | |
ProgramChanged | 6807 | ["ProgramId","ProgramChangeKind<BlockNumber>"] | |
QueueProcessingReverted | 6808 | ||
ProgramResumeSessionStarted | 6809 | ["SessionId","AccountId","ProgramId","BlockNumber"] |
Name | Type | |
---|---|---|
ExecuteInherent | {"origin":"PlainType","plain_type":"Bool","PlainTypeValue":52} | |
BlockNumber | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
LastGearBlockNumber | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} |
Name | Type | Value | |
---|---|---|---|
Schedule | pallet_gear:schedule:Schedule | 0000010000000400008000000000020010000000010000200000002000000000008000000008000900000093000000372d00004f2e0000d95d0000184d0000a41c00008e170000490c00005a16000077280000ff000000bf110000d24f0000bf0900000000000042020000be050000cc05000023060000e709000068350000c21900009f170000e517000014140000cc03000082020000340e0000c408000013030000ca0200004f030000bd0300008a030000b80200003c010000a4000000cb0d0000ba0700003b0d0000f5070000490d00008c070000f90c000090070000600d000085080000dd0d0000d3070000e30d000037080000d30d000054080000f40d000000080000b80d00006508000009090000d7030000d008000088030000a40c00007e080000a2140000f41100004f1600003b1200004d480000de390000f415000037120000bf080000da03000008090000c503000019090000e7030000d6070000780300004b070000220300008807000044030000b50700008f0300008107000073030000e23a9301005283180000f2d7300000d2ab8b0000fe9e890000f6c6420000becd390000c6473a00001e650100003e1f3a0000a2393a000022d13900009edb3a000012793d000082a767000079020012f73900005a5a3a00000ece8200000a77a601000208c000000504008299c00000fd03003a1c420000ca52770000a50500da2da00000de96a10000d64bcb00000d04008ac7af00002297d9030016432703009eb87902009a0f1a0000aa0517030016386f00001e4ed70400750600b6377104006d0600890900bedb3b0000225f390000aae1b80b004af81a0d007ec74a00000502004230c700000a70cb00002af65800006102005aee550000e10400de733a00009a1eab04002e393f03004239e30300e214c20200be10d503004a7b7800008e0a000100690100d921003e8d030100550100ad210022f7a906001acf120800be6a34020072bbe7060036d7a60800ca538c0200660e1c02000247a2180091010026631200000000bd2300290300490a002233b740ed3ce611030000 | |
OutgoingLimit | U32 | 00040000 | |
MailboxThreshold | U64 | b80b000000000000 | |
ReservationsLimit | U64 | 0001000000000000 | |
ProgramRentFreePeriod | U32 | 404b4c00 | |
ProgramResumeMinimalRentPeriod | U32 | 004e0c00 | |
ProgramRentCostPerBlock | U128 | 40597307000000000000000000000000 | |
ProgramResumeSessionDuration | U32 | b0040000 |
Name | Docs |
---|---|
MessageNotFound | Message wasn't found in the mailbox. |
InsufficientBalance | Not enough balance to execute an action.Usually occurs when the gas_limit specified is such that the origin account can't afford the message. |
GasLimitTooHigh | Gas limit too high.Occurs when an extrinsic's declared `gas_limit` is greater than a block's maximum gas limit. |
ProgramAlreadyExists | Program already exists.Occurs if a program with some specific program id already exists in program storage. |
InactiveProgram | Program is terminated.Program init failed, so such message destination is no longer unavailable. |
NoMessageTree | Message gas tree is not found.When a message claimed from the mailbox has a corrupted or non-extant gas tree associated. |
CodeAlreadyExists | Code already exists.Occurs when trying to save to storage a program code that has been saved there. |
CodeDoesntExist | Code does not exist.Occurs when trying to get a program code from storage, that doesn't exist. |
CodeTooLarge | The code supplied to `upload_code` or `upload_program` exceeds the limit specified in thecurrent schedule. |
ProgramConstructionFailed | Failed to create a program. |
ValueLessThanMinimal | Value doesn't cover ExistentialDeposit. |
MessagesStorageCorrupted | Messages storage corrupted. |
MessageQueueProcessingDisabled | Message queue processing is disabled. |
ResumePeriodLessThanMinimal | Block count doesn't cover MinimalResumePeriod. |
ProgramNotFound | Program with the specified id is not found. |
FailureRedeemingVoucher | Voucher can't be redemmed |