if isinstance(self.blockchain, Steem):
            sp_in = self.blockchain.vests_to_sp(sum_in, timestamp=ts)
            sp_out = self.blockchain.vests_to_sp(sum_out, timestamp=ts)
            sp_own = self.blockchain.vests_to_sp(own, timestamp=ts)
        else: