Home
last modified time | relevance | path

Searched refs:_pwallet (Results 1 – 5 of 5) sorted by relevance

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/
H A Dminer.cpp116 pwallet = _pwallet; in BlockAssembler()
928 DelegationsStaker(CWallet *_pwallet): in DelegationsStaker() argument
929 pwallet(_pwallet), in DelegationsStaker()
934 spk_man = _pwallet->GetLegacyScriptPubKeyMan(); in DelegationsStaker()
1062 MyDelegations(CWallet *_pwallet): in MyDelegations() argument
1063 pwallet(_pwallet), in MyDelegations()
1068 spk_man = _pwallet->GetLegacyScriptPubKeyMan(); in MyDelegations()
1333 StakeMinerPriv(CWallet *_pwallet, CConnman* _connman): in StakeMinerPriv() argument
1334 pwallet(_pwallet), in StakeMinerPriv()
1337 delegationsStaker(_pwallet), in StakeMinerPriv()
[all …]
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/wallet/
H A Drpcwallet.cpp3565 explicit DescribeWalletAddressVisitor(CWallet* _pwallet) : pwallet(_pwallet) {} in DescribeWalletAddressVisitor() argument
/dports/net-p2p/litecoin/litecoin-0.18.1/src/wallet/
H A Drpcwallet.cpp3565 explicit DescribeWalletAddressVisitor(CWallet* _pwallet) : pwallet(_pwallet) {} in DescribeWalletAddressVisitor() argument
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/wallet/
H A Drpcwallet.cpp3565 explicit DescribeWalletAddressVisitor(CWallet* _pwallet) : pwallet(_pwallet) {} in DescribeWalletAddressVisitor() argument
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/
H A Drpcwallet.cpp1312 CWallet* const _pwallet, in SendToken() argument
1315 pwallet(_pwallet), in SendToken()