Module: Steem
- Defined in:
- lib/steem.rb,
lib/steem/api.rb,
lib/steem/utils.rb,
lib/steem/stream.rb,
lib/steem/jsonrpc.rb,
lib/steem/version.rb,
lib/steem/block_api.rb,
lib/steem/broadcast.rb,
lib/steem/formatter.rb,
lib/steem/base_error.rb,
lib/steem/type/amount.rb,
lib/steem/chain_config.rb,
lib/steem/type/base_type.rb,
lib/steem/rpc/base_client.rb,
lib/steem/rpc/http_client.rb,
lib/steem/mixins/retriable.rb,
lib/steem/transaction_builder.rb,
lib/steem/rpc/thread_safe_http_client.rb
Defined Under Namespace
Modules: ChainConfig, RPC, Retriable, Type, Utils Classes: Api, ArgumentError, AuthorNotFoundError, BadOrMissingUpstreamResponseError, BaseError, BlockApi, BlockTooOldError, Broadcast, DuplicateTransactionError, EmptyTransactionError, Formatter, IncorrectRequestIdError, IncorrectResponseIdError, InvalidAccountError, IrrelevantSignatureError, JsonRpcBatchMaximumSizeExceededError, Jsonrpc, MissingActiveAuthorityError, MissingAuthorityError, MissingOtherAuthorityError, MissingOwnerAuthorityError, MissingPostingAuthorityError, NonCanonicalSignatureError, NonZeroRequiredError, NotAppBaseError, PluginNotEnabledError, ReachedMaximumTimeError, RemoteDatabaseLockError, RemoteNodeError, Stream, TheftError, TooManyRetriesError, TooManyTimeoutsError, TransactionBuilder, TransactionExpiredError, TransactionIndexDisabledError, TypeError, UnexpectedAssetError, UnknownApiError, UnknownError, UnknownMethodError, UnknownOperationError, UnsupportedChainError, UpstreamResponseError, VirtualOperationsNotAllowedError
Constant Summary collapse
- VERSION =
'0.9.2'- AGENT_ID =
"steem-ruby/#{VERSION}"
Class Method Summary collapse
Class Method Details
.api_classes ⇒ Object
25 26 27 |
# File 'lib/steem.rb', line 25 def self.api_classes @api_classes ||= {} end |