@raoul-picconi/mojito-sdk
    Preparing search index...

    Interface HtlcOutput

    interface HtlcOutput {
        destination: string;
        hash_lock: string;
        timelock: Timelock;
        token_id?: string;
        value: string;
    }
    Index

    Properties

    destination: string
    hash_lock: string
    timelock: Timelock
    token_id?: string
    value: string