Rename [sponsor|sponsee]Acc,[sponsor|sponsee]Account to [sponsor|sponsee]AccountID for clarity

This commit is contained in:
tequ
2026-03-17 18:32:30 +09:00
parent 8a05e3d93b
commit 85e1f2b16c
9 changed files with 117 additions and 111 deletions

View File

@@ -934,7 +934,7 @@ accountSend(
AccountID const& to,
STAmount const& saAmount,
beast::Journal j,
std::optional<AccountID> const& sponsorAcc = std::nullopt,
std::optional<AccountID> const& sponsorAcccountID = std::nullopt,
WaiveTransferFee waiveFee = WaiveTransferFee::No);
using MultiplePaymentDestinations = std::vector<std::pair<AccountID, Number>>;
@@ -951,7 +951,7 @@ accountSendMulti(
Asset const& asset,
MultiplePaymentDestinations const& receivers,
beast::Journal j,
std::optional<AccountID> const& sponsorAccount,
std::optional<AccountID> const& sponsorAccountID,
WaiveTransferFee waiveFee = WaiveTransferFee::No);
[[nodiscard]] TER