UNPKG

@unspent/phi

Version:

a collection of anyone can spend contracts

11 lines 394 B
declare const DELIMITER = ","; declare const DefaultOptions: { version: number; network: string; }; declare const PROTOCOL_ID = "7574786f"; declare const _PROTOCOL_ID: string; declare const DUST_UTXO_THRESHOLD = 576n; declare const SPECIALS: string[]; export { DELIMITER, DefaultOptions, PROTOCOL_ID, _PROTOCOL_ID, DUST_UTXO_THRESHOLD, SPECIALS }; //# sourceMappingURL=constant.d.ts.map