Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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
- impl anchor_lang::Discriminator for IdlAccount {
- const DISCRIMINATOR: [u8; 8] = [24, 70, 98, 191, 58, 144, 123, 158];
- }
- --
- impl anchor_lang::Discriminator for Initialize {
- const DISCRIMINATOR: [u8; 8] = [175, 175, 109, 31, 13, 152, 155, 237];
- }
- --
- impl anchor_lang::Discriminator for ClaimTips {
- const DISCRIMINATOR: [u8; 8] = [247, 28, 193, 228, 55, 238, 31, 113];
- }
- --
- impl anchor_lang::Discriminator for ChangeTipReceiver {
- const DISCRIMINATOR: [u8; 8] = [69, 99, 22, 71, 11, 231, 86, 143];
- }
- --
- impl anchor_lang::Discriminator for ChangeBlockBuilder {
- const DISCRIMINATOR: [u8; 8] = [134, 80, 38, 137, 165, 21, 114, 123];
- }
- --
- impl anchor_lang::Discriminator for Config {
- const DISCRIMINATOR: [u8; 8] = [155, 12, 170, 224, 30, 250, 204, 130];
- }
- --
- impl anchor_lang::Discriminator for TipPaymentAccount {
- const DISCRIMINATOR: [u8; 8] = [201, 33, 244, 116, 224, 68, 97, 40];
- }
- --
- impl anchor_lang::Discriminator for TipsClaimed {
- const DISCRIMINATOR: [u8; 8] = [175, 220, 250, 223, 98, 113, 43, 55];
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement