Module: Sdp

Defined in:
lib/sdp.rb,
lib/sdp/drift.rb,
lib/sdp/client.rb,
lib/sdp/errors.rb,
lib/sdp/version.rb,
lib/sdp/coverage.rb,
lib/sdp/pagination.rb,
lib/sdp/resources/wallets.rb,
lib/sdp/resources/payments.rb

Overview

Ruby client for the Solana Developer Platform (SDP).

Defined Under Namespace

Modules: Coverage, Drift, Pagination, Resources Classes: BadRequest, Balance, Client, ConfigurationError, Conflict, Error, Forbidden, InsufficientPermissions, NotFound, PreparedTransfer, ProviderCapabilityError, RateLimited, SigningPending, Timeout, TransactionFailed, Transfer, TransferExecutionError, Unauthorized, Unavailable, Wallet

Constant Summary collapse

VERSION =
"0.1.0"
COMPATIBLE_SDP_VERSION =

The SDP release this gem version is tested against. SDP breaks its API between minors, so every gem release names its verified upstream version.

"0.28"