Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Ceramic

import type { Ceramic } from "https://do37oucefcfpq6lixc654edkj6bll7h43owatu2bwptmeyaxidva.arweave.net/G7f3UEQoivh5aLi93hBqT4K1_PzbrAnTQbPmwmAXQOo/src/mod.ts";

Ceramic Handler Object

interface Ceramic {
createStream: () => Promise<any>;
getStream: (id: string) => Promise<any>;
}

§Properties

§
createStream: () => Promise<any>
[src]

Create a Stream in your ceramic url

§
getStream: (id: string) => Promise<any>
[src]

Get stream info in your Ceramic url