Read content from chain
import {BlocknoteReader} from "blocknote"
const options = {};
const reader = new BlocknoteReader(
"7VR62WIMCSA5POMS2QAY64SMKW5GBTN2WCBTNA5H4W3WFMYLFHWQ",
options
);
reader.read().then((response) => {
console.log(response);
});Constructor
Name
Description
Type
Options
Name
Description
Type
Default
Methods
read
Return
getRevisions
Return
Last updated