pub trait EventData: AnchorSerialize + Discriminator {
    fn data(&self) -> Vec<u8>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator
; }
Expand description

The serialized event data to be emitted via a Solana log.

Required methods

Implementors