xrpl
    Preparing search index...

    Interface SponsorshipTransferFlagsInterface

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

    interface SponsorshipTransferFlagsInterface {
        tfInnerBatchTxn?: boolean;
        tfSponsorshipCreate?: boolean;
        tfSponsorshipEnd?: boolean;
        tfSponsorshipReassign?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    tfInnerBatchTxn?: boolean
    tfSponsorshipCreate?: boolean

    Create a new sponsorship relationship for the specified object.

    tfSponsorshipEnd?: boolean

    End an existing sponsorship relationship for the specified object.

    tfSponsorshipReassign?: boolean

    Reassign sponsorship from one sponsor to another for the specified object.