@arkade-os/sdk Documentation - v0.3.11
    Preparing search index...

    Interface Options

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

    Properties

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