QueryAccountResponse constructor

const QueryAccountResponse({
  1. String? balance,
  2. String? codeHash,
  3. BigInt? nonce,
})

Implementation

const QueryAccountResponse({this.balance, this.codeHash, this.nonce});