Answer the question
In order to leave comments, you need to log in
Is the output None even though it shouldn't be there?
Briefly, this is the code:
from bitcoinlib.wallets import Wallet
def o():
w = Wallet.create(Name, keys=passphrase, network='bitcoin')
pipo = w.info()
print(pipo)
o()
Answer the question
In order to leave comments, you need to log in
I looked at the info method in Wallet
https://github.com/1200wd/bitcoinlib/blob/master/b... and
didn't find it to return anything....
There's just output of information via print to the console, and that's it.
If necessary - inherit from Wallet - yes, add / rewrite the info method at your discretion...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question