Class: GolosCloud::SqlBase
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- GolosCloud::SqlBase
- Defined in:
- lib/golos_cloud/models/sql_base.rb
Direct Known Subclasses
Account, Block, Comment, Connection, Token, Transaction, Tx::AccountCreate, Tx::AccountRecover, Tx::AccountUpdate, Tx::AccountWitnessProxy, Tx::AccountWitnessVote, Tx::ClaimRewardBalance, Tx::Comment, Tx::CommentsOption, Tx::Convert, Tx::Custom, Tx::DelegateVestingShare, Tx::DeleteComment, Tx::EscrowApprove, Tx::EscrowDispute, Tx::EscrowRelease, Tx::EscrowTransfer, Tx::Feed, Tx::LimitOrder, Tx::Pow, Tx::Transfer, Tx::Vote, Tx::Withdraw, Tx::WithdrawVestingRoute, Tx::WitnessUpdate, Vo::AuthorReward, Vo::CurationReward, Vo::FillConvertRequest, Vo::FillOrder, Vo::FillVestingWithdraw, Vo::Interest, Vo::ProducerReward, Vo::ShutdownWitness
Instance Method Summary collapse
Instance Method Details
#tx ⇒ Object
23 24 25 |
# File 'lib/golos_cloud/models/sql_base.rb', line 23 def tx GolosCloud::Transaction.find_by(tx_id: self.tx_id) end |