ProgramAccount constructor
const
ProgramAccount({
- required String pubkey,
- required AccountInfo account,
The ProgramAccount public key for a node.
Implementation
const ProgramAccount({required this.pubkey, required this.account});