Name | Lookup | Parameters | |
|---|---|---|---|
| create_application_key | 1d00 | 1 | |
| submit_data | 1d01 | 1 | |
| submit_block_length_proposal | 1d02 | 2 | |
| set_application_key | 1d03 | 2 | |
| set_submit_data_fee_modifier | 1d04 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| ApplicationKeyCreated | 1d00 | ["AppKeyFor","AccountId","AppId"] | |
| DataSubmitted | 1d01 | ["AccountId","H256"] | |
| BlockLengthProposalSubmitted | 1d02 | ["BlockLengthRows","BlockLengthColumns"] | |
| ApplicationKeySet | 1d03 | ["AppKeyFor","AppKeyFor"] | |
| SubmitDataFeeModifierSet | 1d04 | ["DispatchFeeModifier"] |
Name | Type | |
|---|---|---|
| NextAppId | {"origin":"PlainType","plain_type":"compact<U32>","PlainTypeValue":14} | |
| AppKeys | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"da_control:pallet:AppKeyInfo","keys_id":87,"value_id":447}} | |
| SubmitDataFeeModifier | {"origin":"PlainType","plain_type":"frame_support:dispatch:DispatchFeeModifier","PlainTypeValue":35} |
Name | Type | Value | |
|---|---|---|---|
| MaxAppKeyLength | U32 | 40000000 | |
| MaxAppDataLength | U32 | 00000800 | |
| MinBlockRows | compact<U32> | 80 | |
| MaxBlockRows | compact<U32> | 0110 | |
| MinBlockCols | compact<U32> | 0101 | |
| MaxBlockCols | compact<U32> | 0104 |
Name | Docs |
|---|---|
| AppKeyAlreadyExists | The application key already exists. |
| AppKeyCannotBeEmpty | The application key is an empty string. |
| LastAppIdOverflowed | The last application ID overflowed. |
| DataCannotBeEmpty | The submitted data is empty. |
| LastBlockLenProposalIdOverflowed | The last block length proposal Id overflowed. |
| BlockDimensionsOutOfBounds | The proposed block dimensions are out of bounds. |
| BlockDimensionsTooSmall | The proposed block dimensions are too small. |
| InvalidBlockWeightReduction | The request to reduce block dimensions was made in a non-empty block |
| BadContext | Submit data call outside of block execution context. |
| UnknownAppKey | App info was not found for the given App key |
| NotPowerOfTwo | Submit block length proposal was made with values not power of 2 |