event.rs 144 B

123
  1. // Sha256(anchor:event)[..8]
  2. pub const EVENT_IX_TAG: u64 = 0x1d9acb512ea545e4;
  3. pub const EVENT_IX_TAG_LE: [u8; 8] = EVENT_IX_TAG.to_le_bytes();