suspend fun getAccountCode(address: Address): Bytes?
Gets the code of an account
address - the address of the account
address
Return the code or null if the address doesn't exist or the code is not present.