repo_id
stringclasses
279 values
file_path
stringlengths
43
179
content
stringlengths
1
4.18M
__index_level_0__
int64
0
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressedAccountsByOwnerPostRequest.md
# GetCompressedAccountsByOwnerPostRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | An ID to identify the request. | **jsonrpc** | **String** | The version of the JSON-RPC protocol. | **method** | **String** | The name of the m...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/TokenAccountList.md
# TokenAccountList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **cursor** | Option<**String**> | A base 58 encoded string. | [optional][default to 3J98t1WpEZ73CNm] **items** | [**Vec<models::TokenAcccount>**](TokenAcccount.md) | | [[Back to Model lis...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressedAccountsByOwnerPostRequestParams.md
# GetCompressedAccountsByOwnerPostRequestParams ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **cursor** | Option<**String**> | A 32-byte hash represented as a base58 string. | [optional] **data_slice** | Option<[**models::DataSlice**](DataSlice.md)> | |...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/Memcmp.md
# Memcmp ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **bytes** | **String** | A base 58 encoded string. | [default to 3J98t1WpEZ73CNm] **offset** | **u32** | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../READ...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressedAccountPostRequestParams.md
# GetCompressedAccountPostRequestParams ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **address** | Option<**String**> | A Solana public key represented as a base58 string. | [optional] **hash** | Option<**String**> | A 32-byte hash represented as a base5...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressedAccountsByOwnerPost200Response.md
# GetCompressedAccountsByOwnerPost200Response ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **error** | Option<[**models::GetCompressedAccountPost200ResponseError**](_getCompressedAccount_post_200_response_error.md)> | | [optional] **id** | **String** | ...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetMultipleCompressedAccountsPostRequestParams.md
# GetMultipleCompressedAccountsPostRequestParams ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **addresses** | Option<**Vec<String>**> | | [optional] **hashes** | Option<**Vec<String>**> | | [optional] [[Back to Model list]](../README.md#documentation-...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetIndexerSlotPostRequest.md
# GetIndexerSlotPostRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | An ID to identify the request. | **jsonrpc** | **String** | The version of the JSON-RPC protocol. | **method** | **String** | The name of the method to invok...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetMultipleCompressedAccountsPost200ResponseResult.md
# GetMultipleCompressedAccountsPost200ResponseResult ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **context** | [**models::Context**](Context.md) | | **value** | [**models::AccountList**](AccountList.md) | | [[Back to Model list]](../README.md#docum...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressedAccountProofPostRequestParams.md
# GetCompressedAccountProofPostRequestParams ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **hash** | **String** | A 32-byte hash represented as a base58 string. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../REA...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/.openapi-generator/VERSION
7.5.0
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/.openapi-generator/FILES
.gitignore .openapi-generator-ignore .travis.yml Cargo.toml README.md docs/Account.md docs/AccountData.md docs/AccountList.md docs/AccountState.md docs/AccountWithOptionalTokenData.md docs/AddressWithTree.md docs/CompressedProof.md docs/CompressedProofWithContext.md docs/Context.md docs/DataSlice.md docs/DefaultApi.md ...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/lib.rs
#![allow(unused_imports)] #[macro_use] extern crate serde_derive; extern crate reqwest; extern crate serde; extern crate serde_json; extern crate url; pub mod apis; pub mod models;
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/apis/configuration.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ #[derive(Debug, Clone)] pub struct Configuration { pub base_path: String, pub user_agent: Option<String>, pub client: reqwest::Client, ...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/apis/mod.rs
use std::error; use std::fmt; #[derive(Debug, Clone)] pub struct ResponseContent<T> { pub status: reqwest::StatusCode, pub content: String, pub entity: Option<T>, } #[derive(Debug)] pub enum Error<T> { Reqwest(reqwest::Error), Serde(serde_json::Error), Io(std::io::Error), ResponseError(Res...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/apis/default_api.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use reqwest; use super::{configuration, Error}; use crate::apis::configuration::Configuration; use crate::{apis::ResponseContent, models}; /// str...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/token_balance_list.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct TokenBalanceList { #[serde( rename = ...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_multiple_compressed_account_proofs_post_200_response_result.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetMultipleCompressedAccountProofsPost200Response...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/compressed_proof.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct CompressedProof { #[serde(rename = "a")] ...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compressed_account_post_request_params.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; /// GetCompressedAccountPostRequestParams : Request for compressed account data #[derive(Clone, Default, Debug, PartialEq, Seria...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_multiple_compressed_accounts_post_200_response_result.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetMultipleCompressedAccountsPost200ResponseResul...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compressed_account_post_429_response.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressedAccountPost429Response { #[serde...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compressed_token_accounts_by_owner_post_request_params.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressedTokenAccountsByOwnerPostRequestParam...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compressed_account_post_200_response_result.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressedAccountPost200ResponseResult { #...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/account_data.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct AccountData { /// A base 64 encoded string. ...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compressed_token_account_balance_post_request.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressedTokenAccountBalancePostRequest { ...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/paginated_account_list.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct PaginatedAccountList { /// A 32-byte hash rep...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compressed_token_accounts_by_delegate_post_200_response.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressedTokenAccountsByDelegatePost200Respon...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compressed_account_proof_post_200_response.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressedAccountProofPost200Response { #[...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_multiple_compressed_accounts_post_request.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetMultipleCompressedAccountsPostRequest { //...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/token_account_list.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct TokenAccountList { /// A base 58 encoded stri...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compressed_account_proof_post_200_response_result.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressedAccountProofPost200ResponseResult { ...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compression_signatures_for_address_post_request_params.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressionSignaturesForAddressPostRequestPara...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compression_signatures_for_address_post_200_response.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressionSignaturesForAddressPost200Response...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_multiple_compressed_account_proofs_post_200_response.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetMultipleCompressedAccountProofsPost200Response...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_transaction_with_compression_info_post_request_params.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetTransactionWithCompressionInfoPostRequestParam...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compressed_account_post_200_response.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressedAccountPost200Response { #[serde...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/address_with_tree.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct AddressWithTree { /// A Solana public key rep...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/memcmp.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct Memcmp { /// A base 58 encoded string. #[...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_indexer_slot_post_200_response.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetIndexerSlotPost200Response { #[serde(renam...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_multiple_new_address_proofs_v2_post_request.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetMultipleNewAddressProofsV2PostRequest { //...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_indexer_health_post_request.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetIndexerHealthPostRequest { /// An ID to id...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_latest_compression_signatures_post_request.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetLatestCompressionSignaturesPostRequest { /...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_multiple_compressed_accounts_post_200_response.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetMultipleCompressedAccountsPost200Response { ...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/token_account_balance.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct TokenAccountBalance { #[serde(rename = "amoun...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_validity_proof_post_request_params.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetValidityProofPostRequestParams { #[serde(r...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compressed_account_post_200_response_error.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressedAccountPost200ResponseError { #[...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_latest_compression_signatures_post_request_params.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetLatestCompressionSignaturesPostRequestParams {...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/token_data.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct TokenData { #[serde(rename = "amount")] p...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/filter_selector.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct FilterSelector { #[serde(rename = "memcmp", s...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_multiple_compressed_account_proofs_post_request.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetMultipleCompressedAccountProofsPostRequest { ...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compressed_token_accounts_by_delegate_post_request_params.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressedTokenAccountsByDelegatePostRequestPa...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compressed_account_balance_post_200_response.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressedAccountBalancePost200Response { ...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/data_slice.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct DataSlice { #[serde(rename = "length")] p...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/token_balance.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct TokenBalance { #[serde(rename = "balance")] ...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/account_state.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; /// #[derive(Clone, Copy, Debug, Eq, PartialEq, Ord, PartialOrd, Hash, Serialize, Deserialize)] pub enum AccountState { #[se...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_indexer_health_post_200_response.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetIndexerHealthPost200Response { #[serde(ren...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compressed_accounts_by_owner_post_200_response_result.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressedAccountsByOwnerPost200ResponseResult...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_transaction_with_compression_info_post_200_response_result_compression_info.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetTransactionWithCompressionInfoPost200ResponseR...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/merkle_proof_with_context.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct MerkleProofWithContext { /// A 32-byte hash r...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compression_signatures_for_address_post_request.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressionSignaturesForAddressPostRequest { ...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compression_signatures_for_token_owner_post_request.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressionSignaturesForTokenOwnerPostRequest ...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compressed_account_balance_post_request.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressedAccountBalancePostRequest { /// ...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/signature_info.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct SignatureInfo { /// An Unix timestamp (second...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_validity_proof_post_200_response_result.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetValidityProofPost200ResponseResult { #[ser...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_latest_non_voting_signatures_post_200_response_result.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetLatestNonVotingSignaturesPost200ResponseResult...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compressed_account_proof_post_request_params.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressedAccountProofPostRequestParams { ...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compression_signatures_for_account_post_request.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressionSignaturesForAccountPostRequest { ...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compressed_token_accounts_by_delegate_post_200_response_result.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressedTokenAccountsByDelegatePost200Respon...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compressed_token_accounts_by_delegate_post_request.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressedTokenAccountsByDelegatePostRequest {...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compressed_accounts_by_owner_post_request_params.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressedAccountsByOwnerPostRequestParams { ...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compressed_accounts_by_owner_post_200_response.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressedAccountsByOwnerPost200Response { ...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/signature_info_list_with_error.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct SignatureInfoListWithError { #[serde(rename =...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_transaction_with_compression_info_post_200_response.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetTransactionWithCompressionInfoPost200Response ...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compressed_token_account_balance_post_200_response_result.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressedTokenAccountBalancePost200ResponseRe...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_indexer_slot_post_request.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetIndexerSlotPostRequest { /// An ID to iden...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compression_signatures_for_owner_post_request.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressionSignaturesForOwnerPostRequest { ...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compression_signatures_for_address_post_200_response_result.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressionSignaturesForAddressPost200Response...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/mod.rs
pub mod account; pub use self::account::Account; pub mod account_data; pub use self::account_data::AccountData; pub mod account_list; pub use self::account_list::AccountList; pub mod account_state; pub use self::account_state::AccountState; pub mod account_with_optional_token_data; pub use self::account_with_optional_t...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compressed_account_balance_post_200_response_result.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressedAccountBalancePost200ResponseResult ...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/account.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct Account { /// A Solana public key represented...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compression_signatures_for_account_post_200_response_result.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressionSignaturesForAccountPost200Response...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_validity_proof_post_200_response.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetValidityProofPost200Response { #[serde(ren...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/paginated_signature_info_list.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct PaginatedSignatureInfoList { #[serde( ...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compressed_balance_by_owner_post_request_params.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressedBalanceByOwnerPostRequestParams { ...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/token_acccount.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct TokenAcccount { #[serde(rename = "account")] ...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compressed_token_account_balance_post_200_response.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressedTokenAccountBalancePost200Response {...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_transaction_with_compression_info_post_200_response_result.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; /// GetTransactionWithCompressionInfoPost200ResponseResult : A Solana transaction with additional compression information #[deri...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/signature_info_with_error.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct SignatureInfoWithError { /// An Unix timestam...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compression_signatures_for_account_post_200_response.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressionSignaturesForAccountPost200Response...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compressed_token_balances_by_owner_post_200_response.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressedTokenBalancesByOwnerPost200Response ...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/merkle_context_with_new_address_proof.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct MerkleContextWithNewAddressProof { /// A Sola...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_latest_non_voting_signatures_post_200_response.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetLatestNonVotingSignaturesPost200Response { ...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_validity_proof_post_request.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetValidityProofPostRequest { /// An ID to id...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compressed_accounts_by_owner_post_request.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressedAccountsByOwnerPostRequest { ///...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compressed_token_balances_by_owner_post_200_response_result.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressedTokenBalancesByOwnerPost200ResponseR...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/signature_info_list.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct SignatureInfoList { #[serde(rename = "items")...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compression_signatures_for_owner_post_request_params.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressionSignaturesForOwnerPostRequestParams...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/account_list.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct AccountList { #[serde(rename = "items")] ...
0
solana_public_repos/Lightprotocol/light-protocol/photon-api/src
solana_public_repos/Lightprotocol/light-protocol/photon-api/src/models/_get_compressed_token_accounts_by_owner_post_request.rs
/* * photon-indexer * * Solana indexer for general compression * * The version of the OpenAPI document: 0.45.0 * * Generated by: https://openapi-generator.tech */ use crate::models; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GetCompressedTokenAccountsByOwnerPostRequest { ...
0