Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ getVirtualSize
Method
getVirtualSize
src/interfaces/wallet.cpp:38–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
const CTransaction& get() override { return *m_tx; }
37
38
int64_t getVirtualSize() override { return GetVirtualTransactionSize(*m_tx); }
39
40
bool commit(WalletValueMap value_map,
41
WalletOrderForm order_form,
Callers
1
getTransactionSize
Method · 0.80
Calls
1
GetVirtualTransactionSize
Function · 0.85
Tested by
no test coverage detected