Wallet API: add tx unlock time
This commit is contained in:
@@ -50,6 +50,7 @@ TransactionInfoImpl::TransactionInfoImpl()
|
||||
, m_blockheight(0)
|
||||
, m_timestamp(0)
|
||||
, m_confirmations(0)
|
||||
, m_unlock_time(0)
|
||||
{
|
||||
|
||||
}
|
||||
@@ -115,6 +116,11 @@ uint64_t TransactionInfoImpl::confirmations() const
|
||||
return m_confirmations;
|
||||
}
|
||||
|
||||
uint64_t TransactionInfoImpl::unlockTime() const
|
||||
{
|
||||
return m_unlock_time;
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
||||
namespace Bitmonero = Monero;
|
||||
|
||||
Reference in New Issue
Block a user