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":53} | |
BlockNumber | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
GearRunInBlock | {"origin":"PlainType","plain_type":"NULL","PlainTypeValue":59} |
Name | Type | Value | |
---|---|---|---|
Schedule | pallet_gear:schedule:Schedule | 01878f00000001000000040000800000000002001000000001000020000000200000000000800000000800b00400009b0000002a250000c72300006c5c00008b3700007f1c0000cc1800006d0c00001b1700008524000069010000b8110000bd4e0000c1080000000000004a040000f9090000450b000054070000f90a00002f3800009e1a0000991800006a1800008e1400008c040000ea020000750e00004c090000d003000075030000e10300000b040000a8030000620300002c0200005a010000090e000003090000dc0d000018090000210e00008c0900002f0f000098090000700f00006c090000c80e0000a0090000170e0000e1080000bc0d0000d90800009e0d00006a080000150e00009b0800001a0a0000e2040000630a00004c040000d30d00002a0900000e0d0000610e00003e110000451000005d3c00001c340000f50f00005d100000840a000084040000140a000099040000640a0000e6040000470800001d040000bf080000960400004b09000070040000ca080000ef0400000f090000dc0400001273b50100b2b51500001e422e0000b2fd360000d2c203000096948f0000ee468500002e6d480000a259400000a2f544000092a340000052e73f0000e2e04200001afd4100009eda420000c6716f0000950200f2784f0000128b410000aea5420000e2dc7f00000efa8d010086b2c000003d0400f6aec300003504002202480000826e7d0000f905009ee2a50000b6aba6000036e8d100002d04000a50b30000fa51cf030092e0170500127837020036611a000012b5b601001e39700000f2df6204008506006a3e2f04009d06008d0a006a014200004e8440000092724200002251010800000072ac5200008d0200cebacf00004eb7da0000fa97630000a902007eac5800000505002a78400000c22c112f001aa0972d009abd711e00724bbf2d008294ec2c00fa027d00003208050100590100551e003e420501005d0100151e00264def06009e2c96080022d48502009a0d5e07002a12ed08003abd300200669c71020042bbc81800910100b2304f00000000352e00c50300f50800a2bc544489398eb0030000 | |
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. |