TipBody.forCollectibleRequestUnlock constructor

TipBody.forCollectibleRequestUnlock(
  1. String requestId
)

Implementation

factory TipBody.forCollectibleRequestUnlock(String requestId) {
  final body = '$_kTIPCollectibleRequestUnlock$requestId';
  return TipBody._private(body.sha256());
}