ConstructionDeriveResponse constructor

const ConstructionDeriveResponse(
  1. String? address,
  2. AccountIdentifier? accountIdentifier,
  3. Map<String, dynamic>? metadata
)

Implementation

const ConstructionDeriveResponse(
  this.address,
  this.accountIdentifier,
  this.metadata,
);