ConstructionParseResponse constructor

const ConstructionParseResponse(
  1. List<Operation> operations,
  2. List<String>? signers,
  3. List<AccountIdentifier>? accountIdentifierSigners,
  4. Map<String, dynamic>? metadata,
)

Implementation

const ConstructionParseResponse(
  this.operations,
  this.signers,
  this.accountIdentifierSigners,
  this.metadata,
);