Name | Lookup | Parameters | |
---|---|---|---|
upload_code | 6800 | 1 | |
upload_program | 6801 | 5 | |
create_program | 6802 | 5 | |
send_message | 6803 | 4 | |
send_reply | 6804 | 4 | |
claim_value | 6805 | 1 | |
run | 6806 | - | |
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 | |
send_message_with_voucher | 680c | 4 | |
send_reply_with_voucher | 680d | 4 |
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 | 0000010000000400008000000000020010000000010000200000002000000000008000000008000700000096000000271a0000651a0000118f0000a7650000e51c000004180000320c0000c315000027290000c00000009a1100008a5000004d07000000000000b7010000fe030000ed0400003f0400007e080000a2340000fe1700003617000085160000451300007803000033020000f60b0000ec060000fe020000f2020000b7030000be0300007b0300007d0200001e010000ae000000380d00009a0700002c0d00008f070000d80d000019070000610d00009f070000360d000085070000f10d00006e070000d90c000018070000960d0000b30700003e0d00007c0700005e0d000083070000f90800008b030000ce0800009e0300004f0c0000bb070000b71400004611000081160000071100007b4b00008f3a00005316000098110000fc0800007a0300007008000040030000ac080000bd030000c906000011030000fc060000ef020000f40600000903000056070000ed02000096060000dd02000022a27a000012cf720000a208f6000062a5fe0000ae52a300002a21a100004a969f00004a040700007e1aa50000ee60a600006eeba30000deb0a400000a5ca60000e220e100008902009ef0a20000320da20000f6c4d600006a5ff6000082183e0100b10400c6803b0100b904007ecfa800006a99eb00008d06009a0f130100dec61a01002a8e4a0100bd04001e9d260100aa19bf0500aaafa605004e460a03008eb61d0000ca9b0f04000673e300004ae5250500610700e6428006007507003d0a008655a20000925aa30000ea49d2080036178a0300969da90000a901004609470100bef94401008ab7b500005902003e3ca90000d905002e5ca000005289ba060002aaa003000a751e0400363b1b0400c6ca0703001e68e7000032c27e0100990100f51d009a66830100b901001d1e000e66ae0600ca8e3d0800c279450200aa11e60600428a01080036751502000608060200c22cac18009101009101000000752100510300390b0022871a43ed3c7a26030000 | |
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 |