Usage
Store
const cid = await hatsDetailsClient.pin({
type: "1.0",
data: {
name: "Hat",
description: "This is a hat",
},
});Read
const data = await hatsDetailsClientDefaultSchema.get(
"QmcSopxmw5rMEEEU8NmGGQ2mbHJ293CGEiQ4r4w4jEECVy"
);Last updated