TimelockUnlockConditionInterface
type TimelockUnlockConditionInterface
A typed view of `0x107a::timelock_unlock_condition::TimelockUnlockCondition`.
type TimelockUnlockConditionInterface interface {
// Unix time (seconds since the Unix epoch) from which the output can
// be consumed.
UnixTime() uint32
}