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/ramps.rb,
lib/sdp/resources/wallets.rb,
lib/sdp/resources/issuance.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, PreparedTokenTransaction, PreparedTransfer, ProviderCapabilityError, RampCurrencies, RampExecution, RampQuote, RateLimited, SigningPending, Timeout, Token, TokenTransaction, TransactionFailed, Transfer, TransferExecutionError, Unauthorized, Unavailable, Wallet

Constant Summary collapse

VERSION =
"0.2.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.31"