UcanBuilder::with_expiration
should take Option<u64>
instead of u64
#114
Labels
enhancement
New feature or request
Now that we can express a never-expiring UCAN via
None
forexp
, theUcanBuilder::with_expiration
method should acceptOption<u64>
so that a user can express a never expiring withbuilder.with_expiration(None)
.The text was updated successfully, but these errors were encountered: