pub fn require_payer(account: &AccountView) -> Result<(), ProgramError>Expand description
Validate a payer account: must be signer + writable.
pub fn require_payer(account: &AccountView) -> Result<(), ProgramError>Validate a payer account: must be signer + writable.