GetAccountInfoOptions constructor

GetAccountInfoOptions({
  1. required String account,
  2. Commitment? commitment,
})

Implementation

GetAccountInfoOptions({
  required this.account,
  this.commitment,
});