You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// suppose we have GetContractID() which returns our contract ID
ContractID cid = GetContractID();
PubKey key;
Env::DerivePk(key, &cid, sizeof(cid));
// at this point key contains public key derived from cid