hedera-sdk-java
hedera-sdk-java copied to clipboard
chore: optimize ContractCreateFlow
Description:
This PR optimizes ContractCreateFlow
-- the initcode file is created conditionally now (using ContractCreateTransaction.bytecode
if it fits within a single transaction).
Closes #1746