Class AccountDeleteTransaction


public final class AccountDeleteTransaction extends Transaction<AccountDeleteTransaction>
Delete an account.
This will mark an account deleted, and transfer all tokens to a "sweep" account. A deleted account SHALL NOT hold a balance in any token type.
A deleted account SHALL remain in state until it expires.
Transfers that would increase the balance of a deleted account SHALL fail.
A deleted account MAY be subject of a `cryptoUpdate` transaction to extend its expiration.
When a deleted account expires it SHALL be removed entirely, and SHALL NOT be archived. ### Block Stream Effects None