Fireblocks XRP SDK - v1.0.0
    Preparing search index...

    Interface OfferCancelOpts

    OfferCancel (DEX): • Just the sequence number of the open offer + optional memos.

    interface OfferCancelOpts {
        memos?: Memo[];
        offerSequence: number;
    }
    Index

    Properties

    memos?: Memo[]
    offerSequence: number