Name | Lookup | Parameters | |
|---|---|---|---|
| sudo_change_fee | 7300 | 3 | |
| change_superior | 7303 | 1 | |
| set_bridge_limit | 7304 | 1 | |
| set_bridge_out_limit | 7305 | 1 | |
| transfer_native | 7301 | 3 | |
| transfer | 7302 | 3 |
Name | Lookup | Attributes | |
|---|---|---|---|
| FeeUpdated | 7300 | ["u8","BalanceOf","u32"] | |
| SuperiorChanged | 7301 | ["AccountId"] | |
| SetLimitSuccess | 7302 | ["BalanceOf"] | |
| SetOutLimitSuccess | 7303 | ["BalanceOf"] |
Name | Type | |
|---|---|---|
| BridgeFee | {"origin":"Map","n_map_type":{"hashers":["Blake2_256"],"key_vec":["U8"],"value":"Tuple:U128U32","keys_id":2,"value_id":435}} | |
| BridgeLimit | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
| BridgeOutLimit | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
| Superior | {"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0} |
Name | Docs |
|---|---|
| InvalidTransfer | |
| InvalidCommand | |
| InvalidPayload | |
| InvalidFeeOption | |
| FeeOptionsMissiing | |
| LessThanFee | |
| IllegalSuperior | Superior not exist, should set it first |
| ExceedBridgeLimit | |
| ExceedBridgeOutLimit |