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 | |
pay_program_rent | 6808 | 2 | |
resume_session_init | 6809 | 3 | |
resume_session_push | 680a | 2 | |
resume_session_commit | 680b | 2 |
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>"] | |
QueueNotProcessed | 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} | |
GearRunInBlock | {"origin":"PlainType","plain_type":"NULL","PlainTypeValue":58} |
Name | Type | Value | |
---|---|---|---|
Schedule | pallet_gear:schedule:Schedule | 01204e000000010000000400008000000000020010000000010000200000002000000000008000000008000a000000ce000000d22400002924000001510000f25a0000121c0000d1180000330c0000c3150000d82700006001000070110000de4a0000d5080000000000008b03000066080000e909000028070000b40b00009a3700007d190000571700008f170000d6140000b204000097030000920e0000b60900003e0400001a0400003704000033040000ae03000004030000410100008c0000003f0c0000370700004e0c00008b080000540d0000b0080000400d00004f080000e90c0000f8070000ab0d0000a2080000810d000006090000500d0000b30800001e0d0000460700006c0c0000ff080000f10900009c040000d4090000890400000f0d000020090000d50c0000010e00002c120000491000009f480000eb370000e30f0000530e0000f4090000ac0400009f090000bd030000ee0800008f040000a20800002d0400008f0800007a030000020700002503000063080000f10300007b08000008040000ba1dd0010046eb180000b6d2300000a2bb980000e23d7f00004a564f000072fd47000046fd47000062a201000046ab47000062ac4700008a114a0000668c490000be47480000062e750000910200b6f14600006e5c470000a6b08600005e6ccc01004e2bca0000110400ae74ca000029040016e74c0000fa3b860000a9050092f6a90000ae9bad000036efd300003104004a97bd0000d25ce503002a0df60300a2c4a6020096821a00008af89901000aef7900005223300400a9060042c4650400950600190a00f2be480000467446000066cb48000062bf1b0600b201ae05000265580000e101007651db0000e637da00004ad864000059020076f258000091040056b946000002e7ff77005a21ae6500121efe6e00121e7064007a9778720062507f0000d6410c01007d01009d2000cacf1201008501008d2000da20f206007abd7408000a4da002003ec7390700a262a50800521da402007a8e910200020ea5180091010062e13b00000000112600350300510a0002639043ed3c5eac030000 | |
OutgoingLimit | U32 | 00040000 | |
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 |
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. |
FailureRedeemingVoucher | Voucher can't be redeemed |
GearRunAlreadyInBlock | Gear::run() already included in current block. |
ProgramRentDisabled | The program rent logic is disabled. |