ConstructionMetadataRequest constructor

ConstructionMetadataRequest(
  1. NetworkIdentifier network_identifier,
  2. Map<String, dynamic>? options,
  3. List<PublicKey>? public_keys
)

Implementation

ConstructionMetadataRequest(
    this.network_identifier, this.options, this.public_keys);