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
Description\nUpdate Naira Token approve function signature to support the standard expiration_ledger parameter.\n\n## Files to Edit/Create\n- contracts/contracts/naira_token/src/lib.rs\n\n## Acceptance Criteria\n- Signature must match approve(env, from, spender, amount, expiration_ledger).
Verify current ledger sequence is less than expiration ledger.\n\n## Guidance / Hints\nConsult SEP-41 specifications in Stellar docs.
Description\nUpdate Naira Token approve function signature to support the standard expiration_ledger parameter.\n\n## Files to Edit/Create\n-
contracts/contracts/naira_token/src/lib.rs\n\n## Acceptance Criteria\n- Signature must matchapprove(env, from, spender, amount, expiration_ledger).