UNPKG

@vechain/vebetterdao-contracts

Version:

Open-source repository that houses the smart contracts powering the decentralized VeBetterDAO on the VeChain Thor blockchain.

10 lines (9 loc) 395 B
type ImageData = { levelName: string; levelAttributes: Record<string, number>; }; export declare const METADATA_PATH: string; export declare const IMAGE_PATH: string; export declare const description = "Galaxy Member is a membership NFT to the VeBetterDAO ecosystem. It grants you access to exclusive features and benefits."; export declare const GM_IMAGES_DATA: ImageData[]; export {};