Skip to content

Instantly share code, notes, and snippets.

@matiwinnetou
matiwinnetou / time_lock.ak
Created January 4, 2023 14:34
Aiken's vesting contract
use aiken/hash.{Blake2b_224, Hash}
use aiken/interval.{Finite, Interval, IntervalBound}
use aiken/list
use aiken/transaction.{ScriptContext, Spend, ValidityRange}
use aiken/transaction/credential.{VerificationKey}
type POSIXTime =
Int
type PubKeyHash =