2023-03-25 12:14:46 +01:00
|
|
|
|
@subsection Msg
|
|
|
|
|
|
|
|
|
|
Enables a reference "message" to describe the contract using an off-chain resource.
|
|
|
|
|
|
|
|
|
|
The reference may or may not be mutable.
|
|
|
|
|
|
|
|
|
|
The interface complements @code{Locator} and @code{MultiHash} to generate locators for how to resolve the reference.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@table @dfn
|
|
|
|
|
@item ERC165 Interface identifier
|
|
|
|
|
@include ../../build/Msg.interface
|
|
|
|
|
@item Solidity interface definition
|
|
|
|
|
@include ../../build/contract_Msg.texi
|
2023-03-26 13:04:31 +02:00
|
|
|
|
@item Example implementation
|
|
|
|
|
@uref{git://holbrook.no/eth-event-msg.git}
|
2023-03-25 12:14:46 +01:00
|
|
|
|
@end table
|