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","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 |
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":58} |
Name | Type | Value | |
---|---|---|---|
Schedule | pallet_gear:schedule:Schedule | 01878f000000010000000400008000000000800010000064000000000100002000000020000000000080000000080000040000dc050000ba000000d4160000b21600007e270000cb2a0000dc170000fc120000f60c00000715000045280000a200000053120000c2530000eb04000000000000aa0200002a0500000b05000082020000db04000088300000820100000201000094010000d200000096010000f40000001c0700008b030000790100007601000060010000790100007001000054010000cd000000060000003707000030030000c9080000790300006e060000f30200004006000006030000b6060000150300002f060000da0200006006000006030000b7060000bd02000078070000db02000032070000d70200009c0300005401000088030000e600000093060000470300006d0f0000200b0000d10d0000210a0000b5490000aa3b0000d50d0000de090000e8030000290100009c03000026010000c903000059010000e5020000e7000000b4020000e9000000fe02000038010000ed02000052010000d4020000320100005a875f0000f2013500004a243800006e5002000002fe8500004efb880000a6823f00004613370000aa1837000076f4360000fa6c370000b62f3700005e15370000fec8360000ca0b66000015030022093f00007acb3b0000068d36000056ec700000ba822b01006eeab40000b1070092f7b60000b107006257420000cead760000b10700ee259600009e939800009ec7d00000b50700e207b200000294dd020012d2e402004271ff010086f72b00008aa3dc0100d6db670000c2473e03001d0b008af9d802001d0b00310a0006d7390000469c3c0000a60b3a0000baec2e030022ba8602001e034600004102000e1fad0000766bb000001ad75700008502005ada4d0000d906005afd360000aac00517002a12111f009204d81a001ab8fa150062827f1e0066ceb70000423be10000d10100ed15009a61e50000c90100dd1500465cc30600faec2108005ae32d0200e6a02307002a22bd08008ab4cd020002cb2f0200c290c11800be6c34000000000000191f00250700711b00d50900452200e5ed00a90300e5080022de2649453b0651260000e643010000 | |
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. |