CreateAccountOperationResponse constructor

CreateAccountOperationResponse(
  1. String funder,
  2. String funderMuxed,
  3. String funderMuxedId,
  4. String startingBalance,
  5. String account
)

Implementation

CreateAccountOperationResponse(this.funder, this.funderMuxed,
    this.funderMuxedId, this.startingBalance, this.account);