SolanaAccountInfo constructor

const SolanaAccountInfo({
  1. required bool executable,
  2. required BigInt lamports,
  3. required SolAddress owner,
  4. required double rentEpoch,
  5. required int space,
  6. required dynamic data,
})

Implementation

const SolanaAccountInfo(
    {required this.executable,
    required this.lamports,
    required this.owner,
    required this.rentEpoch,
    required this.space,
    required this.data});