Timelock
Structs
Timelock
struct Timelock<T: store> has key, store {
id: UID,
unlock_time: u64,
data: T,
}Interface
unlock_time
public fun unlock_time<T: store>(self: &Timelock<T>): u64lock
unlock
Last updated
Was this helpful?