PingPong
Methods
disable
executeMessage
Called by MessageBus (MessageBusReceiver)
Parameters
Name | Type | Description |
---|---|---|
_srcAddress | bytes32 | The bytes32 address of the source app contract |
_srcChainId | uint256 | The source chain ID where the transfer is originated from |
_message | bytes | Arbitrary message bytes originated from and encoded by the source app contract |
_executor | address | Address who called the MessageBus execution function |
maxPings
Returns
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
messageBus
Returns
Name | Type | Description |
---|---|---|
_0 | contract IMessageBus | undefined |
numPings
Returns
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
ping
Parameters
Name | Type | Description |
---|---|---|
_dstChainId | uint256 | undefined |
_dstPingPongAddr | address | undefined |
pings | uint256 | undefined |
pingsEnabled
Returns
Name | Type | Description |
---|---|---|
_0 | bool | undefined |
Events
Ping
Parameters
Name | Type | Description |
---|---|---|
pings | uint256 | undefined |
Last updated