Name | Lookup | Parameters | |
|---|---|---|---|
| migrate | 7400 | 1 | |
| set_fee_receiver | 7401 | 1 | |
| set_fee_amount | 7402 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| CfgMigrationInitiated | 7400 | ["AccountId","H160","Balance"] | |
| CfgMigrationFeePayed | 7401 | ["AccountId","AccountId","Balance"] | |
| FeeReceiverSet | 7402 | ["AccountId"] | |
| FeeAmountSet | 7403 | ["Balance"] |
Name | Type | |
|---|---|---|
| FeeReceiver | {"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0} | |
| FeeAmount | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} |
Name | Docs |
|---|---|
| InsufficientBalance | Emit when user can not pay for the bridge fee |
| ZeroTransfer | Emit when user has no balance to transfer, after fee |
| FeeReceiverNotSet | Emit when the fee receiver is not set |
| FeeAmountNotSet | Emit when the fee amount is not set |