MCPcopy Create free account
hub / github.com/ElementsProject/elements / getValue

Method getValue

src/qt/sendcoinsentry.cpp:188–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188SendAssetsRecipient SendCoinsEntry::getValue()
189{
190 recipient.address = ui->payTo->text();
191 recipient.label = ui->addAsLabel->text();
192 std::tie(recipient.asset, recipient.asset_amount) = ui->payAmount->fullValue();
193 recipient.message = ui->messageTextLabel->text();
194 recipient.fSubtractFeeFromAmount = (ui->checkboxSubtractFeeFromAmount->checkState() == Qt::Checked);
195
196 return recipient;
197}
198
199QWidget *SendCoinsEntry::setupTabChain(QWidget *prev)
200{

Callers 3

PrepareSendTextMethod · 0.80
useAvailableBalanceMethod · 0.80

Calls 1

fullValueMethod · 0.80

Tested by

no test coverage detected