AccountDelete constructor
AccountDelete({})
destination
The address of the account to which to send any remaining XRP.
Implementation
AccountDelete({
required super.account,
required this.destination,
this.destinationTag,
super.signingPubKey,
super.sequence,
super.fee,
super.lastLedgerSequence,
}) : super(transactionType: XRPLTransactionType.ACCOUNT_DELETE);