Name | Lookup | Parameters | |
---|---|---|---|
upload_code | 6800 | 1 | |
upload_program | 6801 | 6 | |
create_program | 6802 | 6 | |
send_message | 6803 | 5 | |
send_reply | 6804 | 5 | |
claim_value | 6805 | 1 | |
run | 6806 | 1 | |
set_execute_inherent | 6807 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
MessageQueued | 6800 | ["MessageId","AccountId","ProgramId","MessageEntry"] | |
UserMessageSent | 6801 | ["UserMessage","Option<BlockNumberFor>"] | |
UserMessageRead | 6802 | ["MessageId","UserMessageReadReason"] | |
MessagesDispatched | 6803 | ["MessengerCapacityOf","BTreeMap<MessageId, DispatchStatus>","BTreeSet<ProgramId>"] | |
MessageWaited | 6804 | ["MessageId","Option<GasNodeId<MessageId, ReservationId>>","MessageWaitedReason","BlockNumberFor"] | |
MessageWoken | 6805 | ["MessageId","MessageWokenReason"] | |
CodeChanged | 6806 | ["CodeId","CodeChangeKind<BlockNumberFor>"] | |
ProgramChanged | 6807 | ["ProgramId","ProgramChangeKind<BlockNumberFor>"] | |
QueueNotProcessed | 6808 | ||
ProgramResumeSessionStarted | 6809 | ["SessionId","AccountId","ProgramId","BlockNumberFor"] |
Name | Type | |
---|---|---|
ExecuteInherent | {"origin":"PlainType","plain_type":"Bool","PlainTypeValue":54} | |
BlockNumber | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
GearRunInBlock | {"origin":"PlainType","plain_type":"NULL","PlainTypeValue":60} |
Name | Type | Value | |
---|---|---|---|
Schedule | pallet_gear:schedule:Schedule | 01878f0000000100000004000080000000000200100000000100002000000020000000000080000000080000040000780500008b000000231a0000291a00004d3c0000e13e000066110000f71000005a0c0000050e00008f21000061000000f2100000ef3b00004304000000000000b80200004905000049050000a1020000d7030000d32a0000d50f00000e0f0000a60f00005a0e00004a02000072010000460500009b04000022020000a3020000dc020000a9020000200200006f02000052010000fe000000150700002204000076060000d6030000c6040000c40200005e0400000103000006050000de02000077040000dc0200006c040000ac020000e0040000bb02000016050000fb0200005b0500005a030000510500006a020000ee040000940200002f0600008e060000e70b00005c090000690c0000a50900002a2e0000501d0000290d0000c6080000590400006d030000dd0400002e0200003c0400004c02000096030000cf01000080030000ee01000030030000dc01000046050000a30100009c030000e40100002247f601009e180f0000e655260000a6252f0000f2dd030000a6318a0000becf7600004ad93f00005ee73800009e8c380000cac4380000e2ce38000006b8390000f6123b00005a933800005a12660000750200925e3f00006e833800000ef2380000ee2773000096fd8e0100fadac20000d505002e78c60000f905002e243f000032b1790000ed05001a6fa30000ea0fa30000d2aece0000e10500060baf000092491605004a1c9504000abdf7010002ad230000e2dc7c0200ba82670000ba145c0500d108008294180500fd0800010a00aaff3900003ebf3a00005276390000aab52a06004a6adc0500426646000049020096d2bd0000beb8bb0000fec65c00009502001aff490000f104008a233800002258c00500c217fd020092a0b902009274590200c23fc40200febbe000002ef4f80000390100411d0002ecfb0000610100391d009aaddb0600f2dc450800ea166802008664250700c634260800a621350200a68c7a0200027dc6180091010056984300000000fd0300b9030021090002a56d4789392ead030000 | |
OutgoingLimit | U32 | 00040000 | |
OutgoingBytesLimit | U32 | 00000004 | |
PerformanceMultiplier | U32 | 64000000 | |
MailboxThreshold | U64 | b80b000000000000 | |
ReservationsLimit | U64 | 0001000000000000 | |
ProgramRentFreePeriod | U32 | 00d44900 | |
ProgramResumeMinimalRentPeriod | U32 | 004e0c00 | |
ProgramRentCostPerBlock | U128 | 40597307000000000000000000000000 | |
ProgramResumeSessionDuration | U32 | b0040000 | |
ProgramRentEnabled | Bool | 00 | |
ProgramRentDisabledDelta | U32 | 80130300 | |
RentPoolId | option<AccountId> | 01e68325a26f5e8ea5c6c93bbdcfa596ac3ec8b69301c0cc54029dc7bc891bc515 |
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. |
MessageQueueProcessingDisabled | Message queue processing is disabled. |
ResumePeriodLessThanMinimal | Block count doesn't cover MinimalResumePeriod. |
ProgramNotFound | Program with the specified id is not found. |
GearRunAlreadyInBlock | Gear::run() already included in current block. |
ProgramRentDisabled | The program rent logic is disabled. |