ConstructionParseRequest constructor

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

Implementation

ConstructionParseRequest(
    this.network_identifier, this.signed, this.transaction);