@ethersphere/bee-js
Version:
Javascript client for Bee
8 lines (7 loc) • 349 B
TypeScript
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;