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 | |
| claim_value_to_inheritor | 6808 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| MessageQueued | 6800 | ["MessageId","AccountId","ActorId","MessageEntry"] | |
| UserMessageSent | 6801 | ["UserMessage","Option<BlockNumberFor>"] | |
| UserMessageRead | 6802 | ["MessageId","UserMessageReadReason"] | |
| MessagesDispatched | 6803 | ["MessengerCapacityOf","BTreeMap<MessageId, DispatchStatus>","BTreeSet<ActorId>"] | |
| MessageWaited | 6804 | ["MessageId","Option<GasNodeId<MessageId, ReservationId>>","MessageWaitedReason","BlockNumberFor"] | |
| MessageWoken | 6805 | ["MessageId","MessageWokenReason"] | |
| CodeChanged | 6806 | ["CodeId","CodeChangeKind<BlockNumberFor>"] | |
| ProgramChanged | 6807 | ["ActorId","ProgramChangeKind<BlockNumberFor>"] | |
| QueueNotProcessed | 6808 |
Name | Type | |
|---|---|---|
| ExecuteInherent | {"origin":"PlainType","plain_type":"Bool","PlainTypeValue":8} | |
| BlockNumber | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| GearRunInBlock | {"origin":"PlainType","plain_type":"NULL","PlainTypeValue":41} |
Name | Type | Value | |
|---|---|---|---|
| Schedule | pallet_gear:schedule:Schedule | 01878f0000000100000004000080000000008000100000000100002000000020000000000080000000080000040000005000006c070000bf00000079150000c714000013280000c7280000b21b0000241500000c0f0000da180000eb2c0000ad0000004c150000736200003c05000000000000a7020000a7050000ec050000f1020000a30400009c3700005b02000023010000640200000e0100005602000020010000150800002c0400000f0100001e0100009f010000a4010000a2010000d9000000f0000000ef000000da060000470400001e07000047040000c80600007f04000049070000550400004b0700005d040000c90600003d0400000c07000049040000e0060000f603000061070000e30300006807000047040000d10300003f0200004b0400001a020000c606000070030000e80e0000320a0000010f0000e30900003d530000b04400005e0f00000d0a00004204000057020000ce0300007c020000ff030000cf020000390300001f01000068030000180100002b03000079010000230300004b0100001403000062010000aea66e0000ce5c3c000032783f0000a24c03000002299a0000f6969a0000fe5b4800002afe450000564f4600001a5d440000ba8e4500009ec444000092eb450000aa37460000deab6900004503009a2d4800006e7a450000d255440000ea7686000056155e0100eed9be00000108003235bf00000508007a744e0000d6a77c0000fd0700c2109f00008ecba200007a85e70000090800dac6c80000826a280300b230130300ba83490200990b00ca6d07020072a272000072ef840300c90b003a1d6f0300c10b00cd0a00bede450000e6e74400008600450000521da4020062bc2703000ee34d0000010200a6a8c100004200be0000f2c25a00006102008eb0510000710700966a450000bae0ff04002a57c80300ba558f030092259503002a3bb70300fe5fc500005eccf30000e901007919003a57f60000e90100791900d2dcf506008a2892080006798b0200622f5807007ac4b90800ae510a030076498602008217c6180002052d00000c000000910100910100910100910100e12e0002e1f50500550d000284d71700b90300e2fae5e3d160c29b3ba9094303e0740258d160625a6ec27940c27769cc4d44a2839307653703a895e671257603808d326f6572b92b00550a00052e00110a00dd2600525d010000d6163c62c13a16ee2c00000a76010000 | |
| OutgoingLimit | U32 | 00040000 | |
| OutgoingBytesLimit | U32 | 00000004 | |
| PerformanceMultiplier | U32 | 64000000 | |
| MailboxThreshold | U64 | b80b000000000000 | |
| ReservationsLimit | U64 | 0001000000000000 | |
| 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. |
| 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. |
| ActiveProgram | Program is active. |