ConstructionDeriveResponse constructor

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

Implementation

ConstructionDeriveResponse(
    this.address, this.account_identifier, this.metadata);