Expand description
Provides macros for async runtime of Gear programs.
Macros§
- Macro to declare
ActorId
from hexadecimal and ss58 format.
Attribute Macros§
- Mark async function to be the program initialization method.
- Mark the main async function to be the program entry point.
- Similar to
wait_for_reply
, but works with functions that create programs: It returns a message id with a newly created program id. - Extends async methods
for_reply
andfor_reply_as
for sending methods.