ConstructionParseResponse constructor

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

Implementation

ConstructionParseResponse(this.operations, this.signers,
    this.account_identifier_signers, this.metadata);