@arkade-os/sdk Documentation - v0.3.11
    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;
    }
    Index

    Properties

    csvTimelock?: RelativeTimelock
    pubKey: Bytes
    serverPubKey: Bytes