ConstructionPayloadsRequest constructor

const ConstructionPayloadsRequest(
  1. NetworkIdentifier networkIdentifier,
  2. List<Operation> operations,
  3. Map<String, dynamic>? metadata,
  4. List<PublicKey>? publicKeys,
)

Implementation

const ConstructionPayloadsRequest(
  this.networkIdentifier,
  this.operations,
  this.metadata,
  this.publicKeys,
);