UNPKG

delegate-framework

Version:

A TypeScript framework for building robust, production-ready blockchain workflows with comprehensive error handling, logging, and testing. Maintained by delegate.fun

11 lines 424 B
export declare const DELEGATE_TYPES: { readonly DEPLOYER: "deployer"; readonly BURNER: "burner"; readonly ALLOCATOR: "allocator"; readonly DISTRIBUTOR: "distributor"; readonly HOPPER: "hopper"; readonly LIQUIDATOR: "liquidator"; }; export declare const TOKEN_ACCOUNT_RENT = 2039280; export declare const FEE_WALLET_ADDRESS = "11111111111111111111111111111111"; //# sourceMappingURL=constants.d.ts.map