ConstructionPreprocessResponse constructor

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

Implementation

ConstructionPreprocessResponse(this.options, this.required_public_keys);