Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 301 Bytes

metadata.md

File metadata and controls

14 lines (10 loc) · 301 Bytes

Metadata Methods

Usage

import { Module } from 'module-sdk';
const client = new Module({apiKey:''});

// See below for all methods
client.metadata
  • getNftMetadata(): Get the metadata of an NFT. Attributes, images, name.
  • getContractABI(): Get the abi of a contract.