ConstructionMetadataRequest constructor
ConstructionMetadataRequest(
- NetworkIdentifier network_identifier,
- Map<
String, dynamic> ? options, - List<
PublicKey> ? public_keys
Implementation
ConstructionMetadataRequest(
this.network_identifier, this.options, this.public_keys);