Smart Contracts
ContractDelete
Hedera protobuf reference for the ContractDelete transaction used to remove a smart contract from the Hedera network and transfer its balance to a recipient.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Hedera protobuf reference for the ContractDelete transaction used to remove a smart contract from the Hedera network and transfer its balance to a recipient.
| Field | Type | Description |
|---|---|---|
contractID | ContractID | The Contract ID instance to delete (this can’t be changed) |
obtainers | ||
| one of: | ||
transferAccountID | AccountID | The account ID which will receive all remaining hbars |
transferContractID | ContractID | The contract ID which will receive all remaining hbars |
Was this page helpful?