SolanaAccountInfo constructor
const
SolanaAccountInfo({
- required bool executable,
- required BigInt lamports,
- required SolAddress owner,
- required double rentEpoch,
- required int? space,
- required dynamic data,
Implementation
const SolanaAccountInfo(
{required this.executable,
required this.lamports,
required this.owner,
required this.rentEpoch,
required this.space,
required this.data});