Anchor.sol
Constants
PURE_MESSAGE
bytes32 public constant PURE_MESSAGE = keccak256("PURE_MESSAGE");VALUE_MESSAGE
bytes32 public constant VALUE_MESSAGE = keccak256("VALUE_MESSAGE");Functions
updateConsumer
function updateConsumer(
address newConsumer
) external onlyOwnerParams
Name
Type
Description
sendToMessenger
Parameters:
Name
Type
Description
Return values:
Name
Type
Description
receiveFromMessenger
Params
Name
Type
Description
Last updated