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

Method get_vsize

test/functional/wallet_basic.py:52–53  ·  view source on GitHub ↗
(self, txn)

Source from the content-addressed store, hash-verified

50 return curr_balance
51
52 def get_vsize(self, txn):
53 return self.nodes[0].decoderawtransaction(txn)['vsize']
54
55 def run_test(self):
56

Callers 5

run_testMethod · 0.95
run_testMethod · 0.45
run_testMethod · 0.45
test_rbfMethod · 0.45
run_testMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_rbfMethod · 0.36