@waves/waves-transactions
    Preparing search index...

    Type Alias ICancelOrder

    CancelOrder object. When this object is sent to matcher, order with 'orderId' will be canceled

    type ICancelOrder = {
        hash: string;
        orderId: string;
        sender: string;
        signature: string;
    }
    Index

    Properties

    hash: string
    orderId: string
    sender: string
    signature: string