Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 260 Bytes

metadata.md

File metadata and controls

14 lines (10 loc) · 260 Bytes

Metadata Methods

Usage

from module_sdk import Module

client = Module()

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