ConstructionParseRequest constructor

const ConstructionParseRequest(
  1. NetworkIdentifier networkIdentifier,
  2. bool signed,
  3. String transaction
)

Implementation

const ConstructionParseRequest(
  this.networkIdentifier,
  this.signed,
  this.transaction,
);