privex.steemengine.SteemEngineToken.SteemEngineToken.steem

property SteemEngineToken.steem: Union[beem.steem.Steem, beem.hive.Hive]

When a method calls self.steem , this property will first try to return _steem if it was previously called. Otherwise, it will automatically initialise _steem with an instance of beem.steem.Steem and then return it.

This ensures that Beem isn’t initialised unless it’s actually needed, preventing un-necessary slowdowns of the application using this library due to Beem attempting to find a working RPC node.

Return beem.steem.Steem steem

An instance of beem.steem.Steem