AccountInfo<T> constructor
const
AccountInfo<T> ({})
Account Information.
Implementation
const AccountInfo({
required this.lamports,
required this.owner,
required this.data,
required this.executable,
required this.rentEpoch,
});