lock_coin.move
make_lock_coin (public func)
This function wraps the coin in a LockedCoinobject, locking it and then transferring it to a specified wallet, preventing any unlocking until the unlock_tstimestamp.
unlock_wrapper (public func)
Unwraps the owned LockedCoinobject to unlock it, allowing the user to use it as their own coin.
Last updated