PactResponse constructor
PactResponse({})
Implementation
PactResponse({
required this.gas,
required this.result,
required this.reqKey,
required this.logs,
this.metadata,
this.continuation,
required this.txId,
});