Retrieving transaction data is crucial when dealing with NFTs and smart contracts. The Certhis SDK simplifies the process of fetching transactions, allowing you to access transaction information effortlessly. In this guide, we'll explore how to fetch transactions using the Certhis SDK.
Get Label Transaction object by label_index
awaitCerthis.transaction.label(label_index);
Get User Transaction object by wallet_address
awaitCerthis.transaction.user(wallet_address);
Get Collection Transaction object by collection_index