Options is the options for the DefaultVtxo.Script class. csvTimelock is the exit path timelock, default is 144 blocks (1 day).

interface Options {
    csvTimelock?: RelativeTimelock;
    pubKey: Bytes;
    serverPubKey: Bytes;
}

Properties

csvTimelock?: RelativeTimelock
pubKey: Bytes
serverPubKey: Bytes