- If only the expiration time is being modified, then no signature is needed on this transaction other than for the account paying for the transaction itself.
- If any other smart contract entity property is being modified, the transaction must be signed by the admin key.
- If the admin key is being updated, the new key must sign
- Please see the transaction and query fees table for the base transaction fee
- Please use the Hedera fee estimator to estimate your transaction fee cost
Methods
Note: The new expiration time must be an instance of type
Timestamp, thus, the Timestamp object has to be imported from the SDK package. The new expiration time has to be initialized as a new instance of that type.