Advertisement
_chalda

jito-tip-payment discriminators

Nov 18th, 2024 (edited)
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | Cryptocurrency | 0 0
  1. grep -A 2 'Discriminator for' /home/chalda/marinade/jito-programs/mev-programs/.anchor/expanded-macros/jito-tip-payment/jito-tip-payment-0.1.5-2024-11-18_12:20:07.799928550_UTC.rs
  2. impl anchor_lang::Discriminator for IdlAccount {
  3. const DISCRIMINATOR: [u8; 8] = [24, 70, 98, 191, 58, 144, 123, 158];
  4. }
  5. --
  6. impl anchor_lang::Discriminator for Initialize {
  7. const DISCRIMINATOR: [u8; 8] = [175, 175, 109, 31, 13, 152, 155, 237];
  8. }
  9. --
  10. impl anchor_lang::Discriminator for ClaimTips {
  11. const DISCRIMINATOR: [u8; 8] = [247, 28, 193, 228, 55, 238, 31, 113];
  12. }
  13. --
  14. impl anchor_lang::Discriminator for ChangeTipReceiver {
  15. const DISCRIMINATOR: [u8; 8] = [69, 99, 22, 71, 11, 231, 86, 143];
  16. }
  17. --
  18. impl anchor_lang::Discriminator for ChangeBlockBuilder {
  19. const DISCRIMINATOR: [u8; 8] = [134, 80, 38, 137, 165, 21, 114, 123];
  20. }
  21. --
  22. impl anchor_lang::Discriminator for Config {
  23. const DISCRIMINATOR: [u8; 8] = [155, 12, 170, 224, 30, 250, 204, 130];
  24. }
  25. --
  26. impl anchor_lang::Discriminator for TipPaymentAccount {
  27. const DISCRIMINATOR: [u8; 8] = [201, 33, 244, 116, 224, 68, 97, 40];
  28. }
  29. --
  30. impl anchor_lang::Discriminator for TipsClaimed {
  31. const DISCRIMINATOR: [u8; 8] = [175, 220, 250, 223, 98, 113, 43, 55];
  32. }
Tags: solana jito
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement