You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stateless wrapper around `token_registry.aleo` that implements the `TransferPublic` interface (same as `wrapped_credits.aleo`).
4
+
5
+
## Purpose
6
+
7
+
Provides a uniform `transfer_public(public recipient: address, public amount: u128) -> Final` interface for the credits-reserved token in the token registry. This allows programs that expect the `TransferPublic` interface to work with either `wrapped_credits.aleo` or `wrapped_token_registry.aleo` interchangeably.
Wraps the `CREDITS_RESERVED_TOKEN_ID` token in the token registry. Balances are stored in `token_registry.aleo`; this program holds no state and merely forwards calls.
0 commit comments