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
Currently, there is no way to pass an Option into an entry function in TS (see this SO thread). However, this force_clear_registration method expects an Option.
Currently, there is no way to pass an
Option
into an entry function in TS (see this SO thread). However, thisforce_clear_registration
method expects an Option.aptos-names-contracts/core/sources/domains.move
Line 283 in 143bdb5
A workaround would be turning the
Option
into avector
instead.The text was updated successfully, but these errors were encountered: