Name | Lookup | Parameters | |
---|---|---|---|
set_max_details_length | 1e00 | 1 | |
set_default_targets | 1e01 | 2 | |
set_default_withholding_tax | 1e02 | 2 | |
set_did_withholding_tax | 1e03 | 3 | |
initiate_corporate_action | 1e04 | 8 | |
link_ca_doc | 1e05 | 2 | |
remove_ca | 1e06 | 1 | |
change_record_date | 1e07 | 2 | |
initiate_corporate_action_and_distribute | 1e08 | 7 | |
initiate_corporate_action_and_ballot | 1e09 | 4 |
Name | Lookup | Attributes | |
---|---|---|---|
MaxDetailsLengthChanged | 1e00 | ["IdentityId","u32"] | |
DefaultTargetIdentitiesChanged | 1e01 | ["IdentityId","AssetId","TargetIdentities"] | |
DefaultWithholdingTaxChanged | 1e02 | ["IdentityId","AssetId","Tax"] | |
DidWithholdingTaxChanged | 1e03 | ["IdentityId","AssetId","IdentityId","Option<Tax>"] | |
CAInitiated | 1e04 | ["EventDid","CAId","CorporateAction","CADetails"] | |
CALinkedToDoc | 1e05 | ["IdentityId","CAId","Vec<DocumentId>"] | |
CARemoved | 1e06 | ["EventDid","CAId"] | |
RecordDateChanged | 1e07 | ["EventDid","CAId","CorporateAction"] |
Name | Type | |
---|---|---|
MaxDetailsLength | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
DefaultTargetIdentities | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 16]"],"value":"pallet_corporate_actions:TargetIdentities","keys_id":42,"value_id":182}} | |
DefaultWithholdingTax | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 16]"],"value":"U32","keys_id":42,"value_id":161}} | |
DidWithholdingTax | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 16]"],"value":"Vec<Tuple:[U8; 32]U32>","keys_id":42,"value_id":190}} | |
CAIdSequence | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 16]"],"value":"U32","keys_id":42,"value_id":159}} | |
CorporateActions | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["[U8; 16]","U32"],"value":"pallet_corporate_actions:CorporateAction","keys_id":646,"value_id":185}} | |
CADocLink | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["pallet_corporate_actions:CAId"],"value":"Vec<U32>","keys_id":158,"value_id":193}} | |
Details | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["pallet_corporate_actions:CAId"],"value":"Vec<U8>","keys_id":158,"value_id":192}} | |
StorageVersion | {"origin":"PlainType","plain_type":"U8","PlainTypeValue":647} |
Name | Type | Value | |
---|---|---|---|
MaxTargetIds | U32 | e8030000 | |
MaxDidWhts | U32 | e8030000 |
Name | Docs |
---|---|
DetailsTooLong | The `details` of a CA exceeded the max allowed length. |
DuplicateDidTax | A withholding tax override for a given DID was specified more than once.The chain refused to make a choice, and hence there was an error. |
TooManyDidTaxes | Too many withholding tax overrides were specified. |
TooManyTargetIds | Too many identities in `TargetIdentities` were specified. |
NoSuchCheckpointId | On CA creation, a checkpoint ID was provided which doesn't exist. |
NoSuchCA | A CA with the given `CAId` did not exist. |
NoRecordDate | The CA did not have a record date. |
RecordDateAfterStart | A CA's record date was strictly after the "start" time,where "start" is context dependent.For example, it could be the start of a ballot, or the start-of-payment in capital distribution. |
DeclDateAfterRecordDate | A CA's declaration date was strictly after its record date. |
DeclDateInFuture | A CA's declaration date occurs in the future. |
NotTargetedByCA | CA does not target the DID. |