@arkade-os/sdk Documentation - v0.4.0-next.8
    Preparing search index...

    Interface Options

    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;
    }

    Hierarchy (View Summary)

    Index

    Properties

    csvTimelock?: RelativeTimelock
    pubKey: Bytes
    serverPubKey: Bytes