Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ get_vsize
Method
get_vsize
test/functional/wallet_basic.py:45–46 ·
view source on GitHub ↗
(self, txn)
Source
from the content-addressed store, hash-verified
43
return
curr_balance
44
45
def
get_vsize(self, txn):
46
return
self.nodes[0].decoderawtransaction(txn)[
'vsize'
]
47
48
def
run_test(self):
49
# Check that there's no UTXO on none of the nodes
Callers
1
run_test
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected