OriginKeyResponse constructor

OriginKeyResponse({
  1. String? status,
  2. String? transactionAddress,
})

Implementation

OriginKeyResponse({this.status, this.transactionAddress});