ConstructionMetadataRequest constructor

const ConstructionMetadataRequest(
  1. NetworkIdentifier networkIdentifier,
  2. Map<String, dynamic>? options,
  3. List<PublicKey>? publicKeys
)

Implementation

const ConstructionMetadataRequest(
  this.networkIdentifier,
  this.options,
  this.publicKeys,
);