Function is_advance_nonce_instruction_data

Source
pub fn is_advance_nonce_instruction_data(data: &[u8]) -> bool
Expand description

Check if the given instruction data is the same as SystemInstruction::AdvanceNonceAccount.

NOTE: It’s possible for additional data to exist after the 4th byte, but users of this function only look at the first 4 bytes.