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

    Interface DelegateOptions

    Optional delegate behavior flags.

    interface DelegateOptions {
        rejectReplace?: boolean;
    }
    Index

    Properties

    Properties

    rejectReplace?: boolean

    Instruct the delegate not to replace an existing delegation (meaning a signed register intent and its forfeit transactions) that already includes at least one virtual output from this request.

    false