getContractKey
Get the contractKey
for a given contractId
. Returns undefined
if the contractId
is not found.
Usage
const contractId = '0x....'
const contractKey = await client.getContractKey(contractId)
Returns
Promise<string | undefined>
The contractKey for the given contractId. Returns undefined
if the contractId is not found.