timelock
Installation
SKILL.md
Timelock
Lock and unlock BSV until specific block heights using @1sat/actions.
Actions
| Action | Description |
|---|---|
getLockData |
Get summary of all locks (total, unlockable, next unlock) |
lockBsv |
Lock BSV until a specific block height |
unlockBsv |
Unlock all matured (expired) locks |
Check Lock Status
import { getLockData, createContext } from '@1sat/actions'
const ctx = createContext(wallet, { services })