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

    Interface DelegateContractParams

    Typed parameters for DelegateVtxo contracts.

    interface DelegateContractParams {
        csvTimelock: RelativeTimelock;
        delegatePubKey: Uint8Array;
        pubKey: Uint8Array;
        serverPubKey: Uint8Array;
    }
    Index

    Properties

    csvTimelock: RelativeTimelock
    delegatePubKey: Uint8Array
    pubKey: Uint8Array
    serverPubKey: Uint8Array