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

    Interface DefaultContractParams

    Typed parameters for DefaultVtxo contracts.

    interface DefaultContractParams {
        csvTimelock: RelativeTimelock;
        pubKey: Uint8Array;
        serverPubKey: Uint8Array;
    }
    Index

    Properties

    csvTimelock: RelativeTimelock
    pubKey: Uint8Array
    serverPubKey: Uint8Array