WalletResponse constructor

WalletResponse(
  1. String address,
  2. String publicKey,
  3. String nonce,
  4. String balance,
  5. dynamic attributes,
  6. bool isDelegate,
  7. bool isResigned,
)

Implementation

WalletResponse(
  this.address,
  this.publicKey,
  this.nonce,
  this.balance,
  this.attributes,
  this.isDelegate,
  this.isResigned,
);