UNPKG

@ethersphere/bee-js

Version:
4 lines (3 loc) 281 B
import type { BeeRequestOptions, EnvelopeWithBatchId } from '../types'; import { BatchId, Reference } from '../utils/typed-bytes'; export declare function postEnvelope(requestOptions: BeeRequestOptions, postageBatchId: BatchId, reference: Reference): Promise<EnvelopeWithBatchId>;