File tree Expand file tree Collapse file tree
hiero-enterprise-base/src
main/java/org/hiero/base/protocol
test/java/org/hiero/base/test Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -179,19 +179,6 @@ public interface ProtocolLayerClient {
179179 @ NonNull AccountDeleteResult executeAccountDeleteTransaction (
180180 @ NonNull AccountDeleteRequest request ) throws HieroException ;
181181
182- /**
183- * Executes an account hook update transaction.
184- *
185- * @param request the request containing hooks to create and hooks to delete on an account
186- * @return the result of the account hook update transaction
187- * @throws HieroException if the transaction could not be executed
188- */
189- @ NonNull
190- default AccountHookUpdateResult executeAccountHookUpdateTransaction (
191- @ NonNull AccountHookUpdateRequest request ) throws HieroException {
192- throw new UnsupportedOperationException ("Account hook update transaction is not implemented." );
193- }
194-
195182 /**
196183 * Executes an account update transaction.
197184 *
Original file line number Diff line number Diff line change 88import com .hedera .hashgraph .sdk .ContractId ;
99import com .hedera .hashgraph .sdk .EvmHook ;
1010import com .hedera .hashgraph .sdk .Hbar ;
11+ import com .hedera .hashgraph .sdk .HookExtensionPoint ;
1112import com .hedera .hashgraph .sdk .PrivateKey ;
1213import com .hedera .hashgraph .sdk .Status ;
1314import com .hedera .hashgraph .sdk .TransactionId ;
1415import java .util .List ;
1516import org .hiero .base .HieroException ;
1617import org .hiero .base .data .Account ;
1718import org .hiero .base .data .HookDetails ;
18- import com .hedera .hashgraph .sdk .HookExtensionPoint ;
1919import org .hiero .base .implementation .AccountClientImpl ;
2020import org .hiero .base .protocol .ProtocolLayerClient ;
2121import org .hiero .base .protocol .data .AccountBalanceRequest ;
Original file line number Diff line number Diff line change 88import com .hedera .hashgraph .sdk .FileId ;
99import com .hedera .hashgraph .sdk .Hbar ;
1010import com .hedera .hashgraph .sdk .HookEntityId ;
11+ import com .hedera .hashgraph .sdk .HookExtensionPoint ;
1112import com .hedera .hashgraph .sdk .HookId ;
1213import com .hedera .hashgraph .sdk .PrivateKey ;
1314import com .hedera .hashgraph .sdk .Status ;
2627import org .hiero .base .data .Account ;
2728import org .hiero .base .data .ContractParam ;
2829import org .hiero .base .data .HookDetails ;
29- import com .hedera .hashgraph .sdk .HookExtensionPoint ;
3030import org .hiero .base .protocol .data .AccountBalanceRequest ;
3131import org .hiero .base .protocol .data .AccountBalanceResponse ;
3232import org .hiero .base .protocol .data .AccountCreateRequest ;
You can’t perform that action at this time.
0 commit comments