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

    Interface VHTLCContractParams

    Typed parameters for VHTLC contracts.

    interface VHTLCContractParams {
        preimageHash: Uint8Array;
        receiver: Uint8Array;
        refundLocktime: bigint;
        sender: Uint8Array;
        server: Uint8Array;
        unilateralClaimDelay: RelativeTimelock;
        unilateralRefundDelay: RelativeTimelock;
        unilateralRefundWithoutReceiverDelay: RelativeTimelock;
    }
    Index

    Properties

    preimageHash: Uint8Array
    receiver: Uint8Array
    refundLocktime: bigint
    sender: Uint8Array
    server: Uint8Array
    unilateralClaimDelay: RelativeTimelock
    unilateralRefundDelay: RelativeTimelock
    unilateralRefundWithoutReceiverDelay: RelativeTimelock