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 | 01878f00000001000000040000800000000080001000000001000020000000200000000000800000000800000400006c070000c40000009c1500009c1400006c290000c7280000a71b000041150000050f000097180000002d00009600000055150000806200001b05000000000000a7020000b4050000a3050000ca02000031040000a337000026020000ee00000026020000ee000000b70100000701000023070000ad030000e9000000eb000000840100008c01000054010000be000000db000000d900000050060000c903000034060000090400007b060000b903000054060000f50300003d060000fa0300005f060000c303000089060000d50300003f0600009f03000051060000ab03000032060000ad03000081030000e80100007f030000e60100003f06000032030000d30e00000e0a00000b0f0000450a000071520000f6440000650f0000800a000036040000260200001b0400005e020000fd0300001f0200000b0300001f010000040300001d0100002b0300001d010000fd020000230100001f0300002e01000032b26d00008ad83c0000f64d3f00006e440300009e1b9c0000ea969a0000a2cd4e00006aea4900001e5b4a000056464a00007eed4c0000ee9a4a00005e1c4c00007af94a0000763b700000610300b6974b000036084a00006ef44a00006ae0850000aeb6610100fed0c100003508007a45c300002108009abc530000b2bc8100005108001e9b9d0000ee6fa00000d2c6e70000650800c69bcc0000821b6203009228f7020072465d0200fd0b00129c5c020002bf7900000a60520300310c002ac23a0300390c00190b0062ca4b0000a6e44b0000727f4c00002252780300a20011030016165500000502008233ba0000caaebd00005ee560000075020002e4560000b90700b2564c0000faba220500e2d0e103007a69bc03006266d803003a3df603005294c80000ba2ef50000050200691900b65ffb00000902006919003e4bf206005e479108003ac58a0200922b3f07003eaca608007e6dfa0200cee6900200c22ec5180022762c000014000000910100910100910100910100e12e0002e1f50500f90c000284d71700b5030002b3fee3d160e2543fa909430380e7b357d160a2197ec2794062d985cc4d4402c19b07653703d804e871b9760368a32f6f6572512b001d0a00692f00d10900012a00b61d01000062989f49c13ad65c2c0000c274010000 | |
| 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. |
| 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. |