ConstructionPreprocessResponse constructor

const ConstructionPreprocessResponse(
  1. Map<String, dynamic>? options,
  2. List<AccountIdentifier>? requiredPublicKeys
)

Implementation

const ConstructionPreprocessResponse(
  this.options,
  this.requiredPublicKeys,
);