Class: SteemApi::SqlBase
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- SteemApi::SqlBase
- Defined in:
- lib/steem_api/models/sql_base.rb
Direct Known Subclasses
Account, Block, Comment, Connection, DynamicGlobalProperties, Follower, Reblog, 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::CommentBenefactorReward, Vo::CurationReward, Vo::FillConvertRequest, Vo::FillOrder, Vo::FillTransferFromSavings, Vo::FillVestingWithdraw, Vo::Interest, Vo::LiquidityReward, Vo::ProducerReward, Vo::ReturnVestingDelegation, Vo::ShutdownWitness, Witness
Instance Method Summary collapse
Instance Method Details
#tx ⇒ Object
23 24 25 |
# File 'lib/steem_api/models/sql_base.rb', line 23 def tx SteemApi::Transaction.find_by(tx_id: self.tx_id) end |