pub fn set_transferring<BSE: BaseStateWithExtensionsMut<S>, S: BaseState>(
account: &mut BSE,
) -> Result<(), ProgramError>
Expand description
Helper function to set the transferring flag before calling into transfer hook
pub fn set_transferring<BSE: BaseStateWithExtensionsMut<S>, S: BaseState>(
account: &mut BSE,
) -> Result<(), ProgramError>
Helper function to set the transferring flag before calling into transfer hook