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

    Type Alias ICancelOrderParams

    type ICancelOrderParams = {
        orderId: string;
        senderPublicKey?: string;
        signature?: string;
    }
    Index

    Properties

    orderId: string
    senderPublicKey?: string
    signature?: string