Crate solscan

Source
Expand description

§solscan

Rust Solscan API client.

Re-exports§

pub use reqwest;

Structs§

Account
AccountToken
AccountTransaction
Block
BlockInfo
ChainInfo
Client
A Solscan API client.
CoingeckoInfo
CoingeckoMarketData
GetTransactionInfo
ParsedInstruction
ReqwestClient
An asynchronous Client to make Requests with.
ReqwestClientBuilder
A ClientBuilder can be used to create a Client with custom configuration.
ResponseError
ResponseErrorMessage
TokenAmount
TokenHolderData
TokenList
TokenListInfo
TokenMarketInfo
TokenMeta
Transaction
TransactionAccountKey
TransactionInfo
TransactionInputAccount
TransactionMessage
TransactionMeta
Url
A parsed URL record.

Enums§

BlockResult
ClientError
A Solscan error.
SortBy

Constants§

BASE_URL
The Solscan API URL.

Traits§

IntoUrl
A trait to try to convert some type into a Url.

Type Aliases§

Result
Type alias for Result<T, ClientError>