コード例 #1
0
ファイル: OTTrade.cpp プロジェクト: StandardLaw/opentxs
// This is an override. See note above.
//
bool OTTrade::VerifyNymAsAgentForAccount(Nym& nym, Account& account) const
{
    return account.VerifyOwner(nym);
}