pub fn require_data_len(account: &AccountView, min_len: usize) -> ProgramResultExpand description
Require the account has at least min_len bytes of data.
pub fn require_data_len(account: &AccountView, min_len: usize) -> ProgramResultRequire the account has at least min_len bytes of data.