export declare const MAX_OUTPUT_TOKENS = 50; export declare const MIN_UTXO_VALUE: number; export declare const POLICY_ID_SIZE = 28; export declare const DATA_HASH_SIZE_IN_WORDS = 10; export declare const METADATA_HASH_BYTE_LENGTH = 32; export declare const INTEGRITY_HASH_BYTE_LENGTH = 32; export declare const TX_WITNESS_SIZES: { /** * [ $vkey, $signature ] * $vkey /= bytes .size 32 * $signature /= bytes .size 64 */ shelley: number; }; //# sourceMappingURL=txConstants.d.ts.map