Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ setAmount
Method
setAmount
src/qt/sendcoinsentry.cpp:234–237 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
232
}
233
234
void SendCoinsEntry::setAmount(const CAmount &amount)
235
{
236
ui->payAmount->setValue(amount);
237
}
238
239
bool SendCoinsEntry::isClear()
240
{
Callers
nothing calls this directly
Calls
1
setValue
Method · 0.45
Tested by
no test coverage detected