Read Accounts
const contract = await thor.accounts.getAccount(
'0x0000000000000000000000000000456e65726779' // <- whatever EOA or Smart contract
);
const bytecode = await thor.accounts.getBytecode(
'0x0000000000000000000000000000456e65726779' // <- whatever Smart contract
);Last updated
Was this helpful?