beamable-network-depin
Version:
Beamable DePIN SDK for Solana blockchain interactions
19 lines • 1.17 kB
TypeScript
export declare const DEPIN_PROGRAM: import("gill").Address<"bdpFdVD8Lyy7tKrLSASvNxk7TjbwXi7ejedZkeamPnM">;
export declare const MPL_ACCOUNT_COMPRESSION_PROGRAM: import("gill").Address<"mcmt6YrQEMKw8Mw43FmpRLmf7BqRnFMKmAcbxE3xkAW">;
export declare const USDC_MINT: import("gill").Address<"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v">;
export declare const BMB_MINT: import("gill").Address<"bmbWbZjP3qCT3TuG7b2ph4ZMDarHLVeGCgk9Xp9vLDw">;
export declare const ESCROW_SEED = "escrow";
export declare const TOKEN_SEED = "token";
export declare const TREASURY_SEED = "treasury";
export declare const CONFIG_SEED = "config";
export declare const GLOBAL_SEED = "global";
export declare const STATE_SEED = "state";
export declare const GLOBAL_REWARDS_SEED = "rewards";
export declare const PROOF_SEED = "proof";
export declare const WORKER_SEED = "worker";
export declare const CHECKER_SEED = "checker";
export declare const METADATA_SEED = "meta";
export declare const LICENSE_SEED = "license";
export declare const LOCK_SEED = "lock";
export declare const SYSTEM_PROGRAM_ADDRESS: import("gill").Address<"11111111111111111111111111111111">;
//# sourceMappingURL=constants.d.ts.map