UNPKG

@ethersphere/bee-js

Version:
8 lines (7 loc) 349 B
import { BatchId, Topic } from './typed-bytes'; export declare const SWARM_GATEWAY_URL = "https://api.gateway.ethswarm.org"; export declare const NULL_STAMP: BatchId; export declare const NULL_TOPIC: Topic; export declare const NULL_ADDRESS: Uint8Array; export declare const NULL_IDENTIFIER: Uint8Array; export declare const NULL_OWNER: Uint8Array;