Wrap the generateEvent function to emit a raw event.
This function encodes the StaticArray as a base64 string.
Example:
const num: u64 = 8767;const event = new Args().add(num).serialize();generateRawEvent(event);
The static array event to emit.
Generated using TypeDoc
Wrap the generateEvent function to emit a raw event.
Remarks
This function encodes the StaticArray as a base64 string.
Example: