@tributary-so/sdk
    Preparing search index...

    Variable SEEDSConst

    SEEDS: {
        COMPOSABLE_POLICY: "composable_policy";
        CONFIG: "config";
        GATEWAY: "gateway";
        PAYMENT_POLICY: "payment_policy";
        PAYMENTS: "payments";
        REFERRAL: "referral";
        USER_PAYMENT: "user_payment";
        VALIDATION_PDA_POST: "composable_validation_post";
        VALIDATION_PDA_PRE: "composable_validation_pre";
    } = ...

    Seed strings used for deriving Program Derived Addresses (PDAs) in the Tributary program. These seeds ensure deterministic and collision-resistant address generation.

    Type Declaration

    • ReadonlyCOMPOSABLE_POLICY: "composable_policy"

      Seed for composable policy PDAs

    • ReadonlyCONFIG: "config"

      Seed for the program configuration PDA

    • ReadonlyGATEWAY: "gateway"

      Seed for payment gateway PDAs

    • ReadonlyPAYMENT_POLICY: "payment_policy"

      Seed for payment policy PDAs

    • ReadonlyPAYMENTS: "payments"

      Seed for payments delegate PDAs

    • ReadonlyREFERRAL: "referral"

      Seed for referral account PDAs

    • ReadonlyUSER_PAYMENT: "user_payment"

      Seed for user payment account PDAs

    • ReadonlyVALIDATION_PDA_POST: "composable_validation_post"

      Seed for post-validation PDAs (stores assertion data for composable policies with post-validation)

    • ReadonlyVALIDATION_PDA_PRE: "composable_validation_pre"

      Seed for pre-validation PDAs (stores assertion data for composable policies with pre-validation)