ConstructionHashRequest constructor

const ConstructionHashRequest(
  1. NetworkIdentifier networkIdentifier,
  2. String signedTransaction
)

Implementation

const ConstructionHashRequest(this.networkIdentifier, this.signedTransaction);