isAccountWritable method
Checks if an account at the specified index is writable.
Implementation
@override
bool isAccountWritable(int index) => header.isAccountWritable(
index: index,
numStaticAccountKeys: accountKeys.length,
addressTableLookups: const []);