xrpl
    Preparing search index...

    Interface SponsorshipValidationResult

    Validation result for a pre-funded sponsorship.

    interface SponsorshipValidationResult {
        error?: string;
        estimatedFee?: string;
        sponsorship?: Sponsorship;
        valid: boolean;
    }
    Index

    Properties

    error?: string

    Error message if validation failed

    estimatedFee?: string

    The estimated transaction fee in drops

    sponsorship?: Sponsorship

    The Sponsorship ledger entry if found

    valid: boolean

    Whether the sponsorship is valid