Skip to main content
BETA
HomeIntegration BuilderAPI ReferenceGuidesChangelog
View Mirror World on Github
Join the Discord server

Language:

createVerifiedCollection

Creates A New Verified Collection On Solana


import { type CreateVerifiedCollectionPayloadV2 } from "@mirrorworld/web3.js"
const payload: CreateVerifiedCollectionPayloadV2 = {
name: "Test Collection",
symbol: "TESTCOLL",
url: "https://url-to-storage.site/metadata.json",
}
await mirrorworld.Solana.Asset.createVerifiedCollection(payload)

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog