Closed skilesare closed 2 months ago
Refactor Batch updates!!! to use opt for result types
Think about it and readdress next week.
type PublicationIdentifier = variant {
namespace: text;
publicationId: nat;
};
type SubscriptionIdentifier = variant {
namespace: text;
subscriptionId: nat;
};
Done
-Returning from register publication/register subscription -> Do we need a Nat to return the record id if we are recording transactions? This can be nullable for items that don't have transaction log?