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

    Variable SEEDSConst

    SEEDS: {
        CONFIG: "config";
        GATEWAY: "gateway";
        PAYMENT_POLICY: "payment_policy";
        PAYMENTS: "payments";
        REFERRAL: "referral";
        USER_PAYMENT: "user_payment";
    } = ...

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

    Type Declaration

    • 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