UNPKG

@bitte-ai/agent-sdk

Version:

Agent SDK for Bitte Protocol

20 lines 850 B
export declare const DEFAULT_GAS = "200000000000000"; export declare const MAX_GAS = "300000000000000"; export declare const ONE_YOCTO = "1"; export declare const TOKEN_CONTRACT_SPEC = "nft-1.0.0"; export declare const DEPLOY_CONTRACT_V1_DEPOSIT: string; export declare const DEPLOY_CONTRACT_V2_DEPOSIT: string; export declare const LISTING_DEPOSIT: string; export declare const FT_STORAGE_DEPOSIT: string; export declare const GAS_CONSTANTS: { DEFAULT_GAS: string; OPTIMAL_GAS: string; MAX_GAS: string; FT_TRANSFER: string; }; export declare const STORAGE_PRICE_PER_BYTE_EXPONENT = 19; export declare const DEPOSIT_FOR_BURN = "1"; export declare const GAS_FOR_BURN = "200000000000000"; export declare const DEPOSIT_FOR_TRANSFER = "1"; export declare const GAS_FOR_TRANSFER = "200000000000000"; //# sourceMappingURL=constants.d.ts.map