Get Contract
This section describes how you can get the previously contract data.
const ido = require('idexo-sdk')
ido.Utils.getContractAddress(apiKey, network, transactionHash)
.then(res => console.log(res.data))Last updated
Was this helpful?
This section describes how you can get the previously contract data.
const ido = require('idexo-sdk')
ido.Utils.getContractAddress(apiKey, network, transactionHash)
.then(res => console.log(res.data))Last updated
Was this helpful?
Was this helpful?