xrpl
    Preparing search index...

    Interface SponsorshipSetFlagsInterface

    Map of flags to boolean values representing the SponsorshipSet transaction flags.

    interface SponsorshipSetFlagsInterface {
        tfDeleteObject?: boolean;
        tfInnerBatchTxn?: boolean;
        tfSponsorshipClearRequireSignForFee?: boolean;
        tfSponsorshipClearRequireSignForReserve?: boolean;
        tfSponsorshipSetRequireSignForFee?: boolean;
        tfSponsorshipSetRequireSignForReserve?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    tfDeleteObject?: boolean

    Delete the Sponsorship object instead of creating or modifying it.

    tfInnerBatchTxn?: boolean
    tfSponsorshipClearRequireSignForFee?: boolean

    Clear the lsfSponsorshipRequireSignForFee flag on the Sponsorship object.

    tfSponsorshipClearRequireSignForReserve?: boolean

    Clear the lsfSponsorshipRequireSignForReserve flag on the Sponsorship object.

    tfSponsorshipSetRequireSignForFee?: boolean

    Set the lsfSponsorshipRequireSignForFee flag on the Sponsorship object.

    tfSponsorshipSetRequireSignForReserve?: boolean

    Set the lsfSponsorshipRequireSignForReserve flag on the Sponsorship object.