fn append_storage_access(
last: &mut Vec<AccountAccess>,
storage_access: StorageAccess,
storage_depth: u64,
)
Expand description
Appends an AccountAccess that resumes the recording of the current context.
fn append_storage_access(
last: &mut Vec<AccountAccess>,
storage_access: StorageAccess,
storage_depth: u64,
)
Appends an AccountAccess that resumes the recording of the current context.