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
solana_public_repos/Lightprotocol/light-protocol/Anchor.toml
[features] seeds = false [test.validator] url = "http://127.0.0.1:8899" [test] startup_wait = 10_000 [registry] url = "https://anchor.projectserum.com" [provider] cluster = "localnet" wallet = "~/.config/solana/id.json" # --resolveJsonModule ./tsconfig.json # [workspace] # types = "./js/stateless.js/src/idls" # idls = "./js/stateless.js/src/idls"
0
solana_public_repos/Lightprotocol
solana_public_repos/Lightprotocol/light-protocol/.dockerignore
**/*.log .git/ **/test-ledger/ **/logs/ target **/target/ Dockerfile .dockerignore .git
0
solana_public_repos/Lightprotocol
solana_public_repos/Lightprotocol/light-protocol/package.json
{ "devDependencies": { "husky": "^9.1.5", "nx": "^20.2.1", "playwright": "^1.49.1", "prettier": "^3.4.2", "snarkjs": "^0.7.5", "syncpack": "^13.0.0", "typescript": "^5.5.4" }, "packageManager": "pnpm@9.2.0" }
0
solana_public_repos/Lightprotocol
solana_public_repos/Lightprotocol/light-protocol/forester-spec.yaml
alerts: - rule: DEPLOYMENT_FAILED name: forester region: fra services: - name: forester dockerfile_path: Dockerfile source_dir: . github: repo: lightprotocol/light-protocol branch: main deploy_on_push: true instance_count: 2 instance_size_slug: basic-xxs routes: - path: /
0
solana_public_repos/Lightprotocol
solana_public_repos/Lightprotocol/light-protocol/rust-toolchain.toml
[toolchain] channel = "1.79"
0
solana_public_repos/Lightprotocol
solana_public_repos/Lightprotocol/light-protocol/SECURITY.md
# Security Policy We appreciate your contributions to making Light Protocol more secure. All rewards are determined based on our ongoing [bug bounty program](https://immunefi.com/bug-bounty/light-protocol/information/) with Immunefi. ### Smart Contract Vulnerability For smart contract vulnerabilities submission guidelines, please see our [bug bounty program](https://immunefi.com/bug-bounty/light-protocol/information/). ### Other Vulnerabilities For vulnerabilities in any of our websites, email servers or other non-critical infrastructure, please send an e-mail to [security@lightprotocol.com](mailto:security@lightprotocol.com) referencing "Other Vulnerability" in the subject line. Please try to provide a clear description of any issue reported, along with how to reproduce the issue if possible.
0
solana_public_repos/Lightprotocol
solana_public_repos/Lightprotocol/light-protocol/pnpm-workspace.yaml
packages: - "tsconfig/**" - "programs/**" - "circuit-lib/**" - "hasher.rs/**" - "cli/**" - "account-compression/programs/**" - "sdk/**" - "js/stateless.js/**" - "js/compressed-token/**" - "examples/**" - "forester/**"
0
solana_public_repos/Lightprotocol/light-protocol
solana_public_repos/Lightprotocol/light-protocol/.husky/pre-commit
#!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" ./scripts/format.sh
0
solana_public_repos/Lightprotocol/light-protocol
solana_public_repos/Lightprotocol/light-protocol/photon-api/Cargo.toml
[package] name = "photon-api" version = "0.45.0" authors = ["OpenAPI Generator team and contributors"] description = "Solana indexer for general compression" license = "Apache-2.0" edition = "2018" [dependencies] serde = "^1.0" serde_derive = "^1.0" serde_with = "^3.9" serde_json = "^1.0" url = "^2.2" uuid = { version = "^1.11", features = ["serde", "v4"] } [dependencies.reqwest] version = "^0.11" features = ["json", "multipart"]
0
solana_public_repos/Lightprotocol/light-protocol
solana_public_repos/Lightprotocol/light-protocol/photon-api/.openapi-generator-ignore
# OpenAPI Generator Ignore # Generated by openapi-generator https://github.com/openapitools/openapi-generator # Use this file to prevent files from being overwritten by the generator. # The patterns follow closely to .gitignore or .dockerignore. # As an example, the C# client generator defines ApiClient.cs. # You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line: #ApiClient.cs # You can match any string of characters against a directory, file or extension with a single asterisk (*): #foo/*/qux # The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux # You can recursively match patterns against a directory, file or extension with a double asterisk (**): #foo/**/qux # This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux # You can also negate patterns with an exclamation (!). # For example, you can ignore all files in a docs folder with the file extension .md: #docs/*.md # Then explicitly reverse the ignore rule for a single file: #!docs/README.md
0
solana_public_repos/Lightprotocol/light-protocol
solana_public_repos/Lightprotocol/light-protocol/photon-api/README.md
# Rust API client for photon-api Solana indexer for general compression ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://openapis.org) from a remote server, you can easily generate an API client. - API version: 0.45.0 - Package version: 0.45.0 - Generator version: 7.5.0 - Build package: `org.openapitools.codegen.languages.RustClientCodegen` ## Installation Put the package under your project folder in a directory named `photon-api` and add the following to `Cargo.toml` under `[dependencies]`: ``` photon-api = { path = "./photon-api" } ``` ## Documentation for API Endpoints All URIs are relative to *https://devnet.helius-rpc.com?api-key=<api_key>* Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- *DefaultApi* | [**get_compressed_account_balance_post**](docs/DefaultApi.md#get_compressed_account_balance_post) | **POST** /getCompressedAccountBalance | *DefaultApi* | [**get_compressed_account_post**](docs/DefaultApi.md#get_compressed_account_post) | **POST** /getCompressedAccount | *DefaultApi* | [**get_compressed_account_proof_post**](docs/DefaultApi.md#get_compressed_account_proof_post) | **POST** /getCompressedAccountProof | *DefaultApi* | [**get_compressed_accounts_by_owner_post**](docs/DefaultApi.md#get_compressed_accounts_by_owner_post) | **POST** /getCompressedAccountsByOwner | *DefaultApi* | [**get_compressed_balance_by_owner_post**](docs/DefaultApi.md#get_compressed_balance_by_owner_post) | **POST** /getCompressedBalanceByOwner | *DefaultApi* | [**get_compressed_token_account_balance_post**](docs/DefaultApi.md#get_compressed_token_account_balance_post) | **POST** /getCompressedTokenAccountBalance | *DefaultApi* | [**get_compressed_token_accounts_by_delegate_post**](docs/DefaultApi.md#get_compressed_token_accounts_by_delegate_post) | **POST** /getCompressedTokenAccountsByDelegate | *DefaultApi* | [**get_compressed_token_accounts_by_owner_post**](docs/DefaultApi.md#get_compressed_token_accounts_by_owner_post) | **POST** /getCompressedTokenAccountsByOwner | *DefaultApi* | [**get_compressed_token_balances_by_owner_post**](docs/DefaultApi.md#get_compressed_token_balances_by_owner_post) | **POST** /getCompressedTokenBalancesByOwner | *DefaultApi* | [**get_compression_signatures_for_account_post**](docs/DefaultApi.md#get_compression_signatures_for_account_post) | **POST** /getCompressionSignaturesForAccount | *DefaultApi* | [**get_compression_signatures_for_address_post**](docs/DefaultApi.md#get_compression_signatures_for_address_post) | **POST** /getCompressionSignaturesForAddress | *DefaultApi* | [**get_compression_signatures_for_owner_post**](docs/DefaultApi.md#get_compression_signatures_for_owner_post) | **POST** /getCompressionSignaturesForOwner | *DefaultApi* | [**get_compression_signatures_for_token_owner_post**](docs/DefaultApi.md#get_compression_signatures_for_token_owner_post) | **POST** /getCompressionSignaturesForTokenOwner | *DefaultApi* | [**get_indexer_health_post**](docs/DefaultApi.md#get_indexer_health_post) | **POST** /getIndexerHealth | *DefaultApi* | [**get_indexer_slot_post**](docs/DefaultApi.md#get_indexer_slot_post) | **POST** /getIndexerSlot | *DefaultApi* | [**get_latest_compression_signatures_post**](docs/DefaultApi.md#get_latest_compression_signatures_post) | **POST** /getLatestCompressionSignatures | *DefaultApi* | [**get_latest_non_voting_signatures_post**](docs/DefaultApi.md#get_latest_non_voting_signatures_post) | **POST** /getLatestNonVotingSignatures | *DefaultApi* | [**get_multiple_compressed_account_proofs_post**](docs/DefaultApi.md#get_multiple_compressed_account_proofs_post) | **POST** /getMultipleCompressedAccountProofs | *DefaultApi* | [**get_multiple_compressed_accounts_post**](docs/DefaultApi.md#get_multiple_compressed_accounts_post) | **POST** /getMultipleCompressedAccounts | *DefaultApi* | [**get_multiple_new_address_proofs_post**](docs/DefaultApi.md#get_multiple_new_address_proofs_post) | **POST** /getMultipleNewAddressProofs | *DefaultApi* | [**get_multiple_new_address_proofs_v2_post**](docs/DefaultApi.md#get_multiple_new_address_proofs_v2_post) | **POST** /getMultipleNewAddressProofsV2 | *DefaultApi* | [**get_transaction_with_compression_info_post**](docs/DefaultApi.md#get_transaction_with_compression_info_post) | **POST** /getTransactionWithCompressionInfo | *DefaultApi* | [**get_validity_proof_post**](docs/DefaultApi.md#get_validity_proof_post) | **POST** /getValidityProof | ## Documentation For Models - [Account](docs/Account.md) - [AccountData](docs/AccountData.md) - [AccountList](docs/AccountList.md) - [AccountState](docs/AccountState.md) - [AccountWithOptionalTokenData](docs/AccountWithOptionalTokenData.md) - [AddressWithTree](docs/AddressWithTree.md) - [CompressedProof](docs/CompressedProof.md) - [CompressedProofWithContext](docs/CompressedProofWithContext.md) - [Context](docs/Context.md) - [DataSlice](docs/DataSlice.md) - [FilterSelector](docs/FilterSelector.md) - [GetCompressedAccountBalancePost200Response](docs/GetCompressedAccountBalancePost200Response.md) - [GetCompressedAccountBalancePost200ResponseResult](docs/GetCompressedAccountBalancePost200ResponseResult.md) - [GetCompressedAccountBalancePostRequest](docs/GetCompressedAccountBalancePostRequest.md) - [GetCompressedAccountPost200Response](docs/GetCompressedAccountPost200Response.md) - [GetCompressedAccountPost200ResponseError](docs/GetCompressedAccountPost200ResponseError.md) - [GetCompressedAccountPost200ResponseResult](docs/GetCompressedAccountPost200ResponseResult.md) - [GetCompressedAccountPost429Response](docs/GetCompressedAccountPost429Response.md) - [GetCompressedAccountPostRequest](docs/GetCompressedAccountPostRequest.md) - [GetCompressedAccountPostRequestParams](docs/GetCompressedAccountPostRequestParams.md) - [GetCompressedAccountProofPost200Response](docs/GetCompressedAccountProofPost200Response.md) - [GetCompressedAccountProofPost200ResponseResult](docs/GetCompressedAccountProofPost200ResponseResult.md) - [GetCompressedAccountProofPostRequest](docs/GetCompressedAccountProofPostRequest.md) - [GetCompressedAccountProofPostRequestParams](docs/GetCompressedAccountProofPostRequestParams.md) - [GetCompressedAccountsByOwnerPost200Response](docs/GetCompressedAccountsByOwnerPost200Response.md) - [GetCompressedAccountsByOwnerPost200ResponseResult](docs/GetCompressedAccountsByOwnerPost200ResponseResult.md) - [GetCompressedAccountsByOwnerPostRequest](docs/GetCompressedAccountsByOwnerPostRequest.md) - [GetCompressedAccountsByOwnerPostRequestParams](docs/GetCompressedAccountsByOwnerPostRequestParams.md) - [GetCompressedBalanceByOwnerPostRequest](docs/GetCompressedBalanceByOwnerPostRequest.md) - [GetCompressedBalanceByOwnerPostRequestParams](docs/GetCompressedBalanceByOwnerPostRequestParams.md) - [GetCompressedTokenAccountBalancePost200Response](docs/GetCompressedTokenAccountBalancePost200Response.md) - [GetCompressedTokenAccountBalancePost200ResponseResult](docs/GetCompressedTokenAccountBalancePost200ResponseResult.md) - [GetCompressedTokenAccountBalancePostRequest](docs/GetCompressedTokenAccountBalancePostRequest.md) - [GetCompressedTokenAccountsByDelegatePost200Response](docs/GetCompressedTokenAccountsByDelegatePost200Response.md) - [GetCompressedTokenAccountsByDelegatePost200ResponseResult](docs/GetCompressedTokenAccountsByDelegatePost200ResponseResult.md) - [GetCompressedTokenAccountsByDelegatePostRequest](docs/GetCompressedTokenAccountsByDelegatePostRequest.md) - [GetCompressedTokenAccountsByDelegatePostRequestParams](docs/GetCompressedTokenAccountsByDelegatePostRequestParams.md) - [GetCompressedTokenAccountsByOwnerPostRequest](docs/GetCompressedTokenAccountsByOwnerPostRequest.md) - [GetCompressedTokenAccountsByOwnerPostRequestParams](docs/GetCompressedTokenAccountsByOwnerPostRequestParams.md) - [GetCompressedTokenBalancesByOwnerPost200Response](docs/GetCompressedTokenBalancesByOwnerPost200Response.md) - [GetCompressedTokenBalancesByOwnerPost200ResponseResult](docs/GetCompressedTokenBalancesByOwnerPost200ResponseResult.md) - [GetCompressedTokenBalancesByOwnerPostRequest](docs/GetCompressedTokenBalancesByOwnerPostRequest.md) - [GetCompressionSignaturesForAccountPost200Response](docs/GetCompressionSignaturesForAccountPost200Response.md) - [GetCompressionSignaturesForAccountPost200ResponseResult](docs/GetCompressionSignaturesForAccountPost200ResponseResult.md) - [GetCompressionSignaturesForAccountPostRequest](docs/GetCompressionSignaturesForAccountPostRequest.md) - [GetCompressionSignaturesForAddressPost200Response](docs/GetCompressionSignaturesForAddressPost200Response.md) - [GetCompressionSignaturesForAddressPost200ResponseResult](docs/GetCompressionSignaturesForAddressPost200ResponseResult.md) - [GetCompressionSignaturesForAddressPostRequest](docs/GetCompressionSignaturesForAddressPostRequest.md) - [GetCompressionSignaturesForAddressPostRequestParams](docs/GetCompressionSignaturesForAddressPostRequestParams.md) - [GetCompressionSignaturesForOwnerPostRequest](docs/GetCompressionSignaturesForOwnerPostRequest.md) - [GetCompressionSignaturesForOwnerPostRequestParams](docs/GetCompressionSignaturesForOwnerPostRequestParams.md) - [GetCompressionSignaturesForTokenOwnerPostRequest](docs/GetCompressionSignaturesForTokenOwnerPostRequest.md) - [GetIndexerHealthPost200Response](docs/GetIndexerHealthPost200Response.md) - [GetIndexerHealthPostRequest](docs/GetIndexerHealthPostRequest.md) - [GetIndexerSlotPost200Response](docs/GetIndexerSlotPost200Response.md) - [GetIndexerSlotPostRequest](docs/GetIndexerSlotPostRequest.md) - [GetLatestCompressionSignaturesPostRequest](docs/GetLatestCompressionSignaturesPostRequest.md) - [GetLatestCompressionSignaturesPostRequestParams](docs/GetLatestCompressionSignaturesPostRequestParams.md) - [GetLatestNonVotingSignaturesPost200Response](docs/GetLatestNonVotingSignaturesPost200Response.md) - [GetLatestNonVotingSignaturesPost200ResponseResult](docs/GetLatestNonVotingSignaturesPost200ResponseResult.md) - [GetLatestNonVotingSignaturesPostRequest](docs/GetLatestNonVotingSignaturesPostRequest.md) - [GetMultipleCompressedAccountProofsPost200Response](docs/GetMultipleCompressedAccountProofsPost200Response.md) - [GetMultipleCompressedAccountProofsPost200ResponseResult](docs/GetMultipleCompressedAccountProofsPost200ResponseResult.md) - [GetMultipleCompressedAccountProofsPostRequest](docs/GetMultipleCompressedAccountProofsPostRequest.md) - [GetMultipleCompressedAccountsPost200Response](docs/GetMultipleCompressedAccountsPost200Response.md) - [GetMultipleCompressedAccountsPost200ResponseResult](docs/GetMultipleCompressedAccountsPost200ResponseResult.md) - [GetMultipleCompressedAccountsPostRequest](docs/GetMultipleCompressedAccountsPostRequest.md) - [GetMultipleCompressedAccountsPostRequestParams](docs/GetMultipleCompressedAccountsPostRequestParams.md) - [GetMultipleNewAddressProofsPost200Response](docs/GetMultipleNewAddressProofsPost200Response.md) - [GetMultipleNewAddressProofsPost200ResponseResult](docs/GetMultipleNewAddressProofsPost200ResponseResult.md) - [GetMultipleNewAddressProofsPostRequest](docs/GetMultipleNewAddressProofsPostRequest.md) - [GetMultipleNewAddressProofsV2PostRequest](docs/GetMultipleNewAddressProofsV2PostRequest.md) - [GetTransactionWithCompressionInfoPost200Response](docs/GetTransactionWithCompressionInfoPost200Response.md) - [GetTransactionWithCompressionInfoPost200ResponseResult](docs/GetTransactionWithCompressionInfoPost200ResponseResult.md) - [GetTransactionWithCompressionInfoPost200ResponseResultCompressionInfo](docs/GetTransactionWithCompressionInfoPost200ResponseResultCompressionInfo.md) - [GetTransactionWithCompressionInfoPostRequest](docs/GetTransactionWithCompressionInfoPostRequest.md) - [GetTransactionWithCompressionInfoPostRequestParams](docs/GetTransactionWithCompressionInfoPostRequestParams.md) - [GetValidityProofPost200Response](docs/GetValidityProofPost200Response.md) - [GetValidityProofPost200ResponseResult](docs/GetValidityProofPost200ResponseResult.md) - [GetValidityProofPostRequest](docs/GetValidityProofPostRequest.md) - [GetValidityProofPostRequestParams](docs/GetValidityProofPostRequestParams.md) - [Memcmp](docs/Memcmp.md) - [MerkleContextWithNewAddressProof](docs/MerkleContextWithNewAddressProof.md) - [MerkleProofWithContext](docs/MerkleProofWithContext.md) - [PaginatedAccountList](docs/PaginatedAccountList.md) - [PaginatedSignatureInfoList](docs/PaginatedSignatureInfoList.md) - [SignatureInfo](docs/SignatureInfo.md) - [SignatureInfoList](docs/SignatureInfoList.md) - [SignatureInfoListWithError](docs/SignatureInfoListWithError.md) - [SignatureInfoWithError](docs/SignatureInfoWithError.md) - [TokenAcccount](docs/TokenAcccount.md) - [TokenAccountBalance](docs/TokenAccountBalance.md) - [TokenAccountList](docs/TokenAccountList.md) - [TokenBalance](docs/TokenBalance.md) - [TokenBalanceList](docs/TokenBalanceList.md) - [TokenData](docs/TokenData.md) To get access to the crate's generated documentation, use: ``` cargo doc --open ``` ## Author
0
solana_public_repos/Lightprotocol/light-protocol
solana_public_repos/Lightprotocol/light-protocol/photon-api/git_push.sh
#!/bin/sh # ref: https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/ # # Usage example: /bin/sh ./git_push.sh wing328 openapi-petstore-perl "minor update" "gitlab.com" git_user_id=$1 git_repo_id=$2 release_note=$3 git_host=$4 if [ "$git_host" = "" ]; then git_host="github.com" echo "[INFO] No command line input provided. Set \$git_host to $git_host" fi if [ "$git_user_id" = "" ]; then git_user_id="GIT_USER_ID" echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id" fi if [ "$git_repo_id" = "" ]; then git_repo_id="GIT_REPO_ID" echo "[INFO] No command line input provided. Set \$git_repo_id to $git_repo_id" fi if [ "$release_note" = "" ]; then release_note="Minor update" echo "[INFO] No command line input provided. Set \$release_note to $release_note" fi # Initialize the local directory as a Git repository git init # Adds the files in the local repository and stages them for commit. git add . # Commits the tracked changes and prepares them to be pushed to a remote repository. git commit -m "$release_note" # Sets the new remote git_remote=$(git remote) if [ "$git_remote" = "" ]; then # git remote not defined if [ "$GIT_TOKEN" = "" ]; then echo "[INFO] \$GIT_TOKEN (environment variable) is not set. Using the git credential in your environment." git remote add origin https://${git_host}/${git_user_id}/${git_repo_id}.git else git remote add origin https://${git_user_id}:"${GIT_TOKEN}"@${git_host}/${git_user_id}/${git_repo_id}.git fi fi git pull origin master # Pushes (Forces) the changes in the local repository up to the remote repository echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git" git push origin master 2>&1 | grep -v 'To https'
0
solana_public_repos/Lightprotocol/light-protocol
solana_public_repos/Lightprotocol/light-protocol/photon-api/.travis.yml
language: rust
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/TokenData.md
# TokenData ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **amount** | **i32** | | [default to 100] **delegate** | Option<**String**> | A Solana public key represented as a base58 string. | [optional][default to 11111112D1oxKts8YPdTJRG5FzxTNpMtWmq8hkVx3] **mint** | **String** | A Solana public key represented as a base58 string. | [default to 11111112D1oxKts8YPdTJRG5FzxTNpMtWmq8hkVx3] **owner** | **String** | A Solana public key represented as a base58 string. | [default to 11111112D1oxKts8YPdTJRG5FzxTNpMtWmq8hkVx3] **state** | [**models::AccountState**](AccountState.md) | | **tlv** | Option<**String**> | A base 64 encoded string. | [optional][default to SGVsbG8sIFdvcmxkIQ==] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetLatestNonVotingSignaturesPost200ResponseResult.md
# GetLatestNonVotingSignaturesPost200ResponseResult ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **context** | [**models::Context**](Context.md) | | **value** | [**models::SignatureInfoListWithError**](SignatureInfoListWithError.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressedTokenAccountsByDelegatePost200ResponseResult.md
# GetCompressedTokenAccountsByDelegatePost200ResponseResult ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **context** | [**models::Context**](Context.md) | | **value** | [**models::TokenAccountList**](TokenAccountList.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetIndexerSlotPost200Response.md
# GetIndexerSlotPost200Response ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **error** | Option<[**models::GetCompressedAccountPost200ResponseError**](_getCompressedAccount_post_200_response_error.md)> | | [optional] **id** | **String** | An ID to identify the response. | **jsonrpc** | **String** | The version of the JSON-RPC protocol. | **result** | Option<**i32**> | | [optional][default to 100] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressedTokenAccountsByDelegatePost200Response.md
# GetCompressedTokenAccountsByDelegatePost200Response ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **error** | Option<[**models::GetCompressedAccountPost200ResponseError**](_getCompressedAccount_post_200_response_error.md)> | | [optional] **id** | **String** | An ID to identify the response. | **jsonrpc** | **String** | The version of the JSON-RPC protocol. | **result** | Option<[**models::GetCompressedTokenAccountsByDelegatePost200ResponseResult**](_getCompressedTokenAccountsByDelegate_post_200_response_result.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressedAccountPostRequest.md
# GetCompressedAccountPostRequest ## 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 invoke. | **params** | [**models::GetCompressedAccountPostRequestParams**](_getCompressedAccount_post_request_params.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/SignatureInfo.md
# SignatureInfo ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **block_time** | **i32** | An Unix timestamp (seconds) | [default to 1714081554] **signature** | **String** | A Solana transaction signature. | [default to 5J8H5sTvEhnGcB4R8K1n7mfoiWUD9RzPVGES7e3WxC7c] **slot** | **i32** | | [default to 100] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetTransactionWithCompressionInfoPost200Response.md
# GetTransactionWithCompressionInfoPost200Response ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **error** | Option<[**models::GetCompressedAccountPost200ResponseError**](_getCompressedAccount_post_200_response_error.md)> | | [optional] **id** | **String** | An ID to identify the response. | **jsonrpc** | **String** | The version of the JSON-RPC protocol. | **result** | Option<[**models::GetTransactionWithCompressionInfoPost200ResponseResult**](_getTransactionWithCompressionInfo_post_200_response_result.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressionSignaturesForAddressPostRequest.md
# GetCompressionSignaturesForAddressPostRequest ## 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 invoke. | **params** | [**models::GetCompressionSignaturesForAddressPostRequestParams**](_getCompressionSignaturesForAddress_post_request_params.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressedAccountPost200Response.md
# GetCompressedAccountPost200Response ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **error** | Option<[**models::GetCompressedAccountPost200ResponseError**](_getCompressedAccount_post_200_response_error.md)> | | [optional] **id** | **String** | An ID to identify the response. | **jsonrpc** | **String** | The version of the JSON-RPC protocol. | **result** | Option<[**models::GetCompressedAccountPost200ResponseResult**](_getCompressedAccount_post_200_response_result.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressedTokenBalancesByOwnerPostRequest.md
# GetCompressedTokenBalancesByOwnerPostRequest ## 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 invoke. | **params** | [**models::GetCompressedTokenAccountsByOwnerPostRequestParams**](_getCompressedTokenAccountsByOwner_post_request_params.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressedTokenAccountBalancePost200ResponseResult.md
# GetCompressedTokenAccountBalancePost200ResponseResult ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **context** | [**models::Context**](Context.md) | | **value** | [**models::TokenAccountBalance**](TokenAccountBalance.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressedTokenBalancesByOwnerPost200ResponseResult.md
# GetCompressedTokenBalancesByOwnerPost200ResponseResult ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **context** | [**models::Context**](Context.md) | | **value** | [**models::TokenBalanceList**](TokenBalanceList.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressedBalanceByOwnerPostRequestParams.md
# GetCompressedBalanceByOwnerPostRequestParams ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **owner** | **String** | A Solana public key represented as a base58 string. | [default to 11111112D1oxKts8YPdTJRG5FzxTNpMtWmq8hkVx3] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetIndexerHealthPostRequest.md
# GetIndexerHealthPostRequest ## 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 invoke. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/AccountState.md
# AccountState ## Enum Variants | Name | Value | |---- | -----| | Initialized | initialized | | Frozen | frozen | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetMultipleNewAddressProofsPostRequest.md
# GetMultipleNewAddressProofsPostRequest ## 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 invoke. | **params** | **Vec<String>** | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressedTokenAccountsByDelegatePostRequest.md
# GetCompressedTokenAccountsByDelegatePostRequest ## 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 invoke. | **params** | [**models::GetCompressedTokenAccountsByDelegatePostRequestParams**](_getCompressedTokenAccountsByDelegate_post_request_params.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/MerkleContextWithNewAddressProof.md
# MerkleContextWithNewAddressProof ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **address** | **String** | A Solana public key represented as a base58 string. | [default to 11111112D1oxKts8YPdTJRG5FzxTNpMtWmq8hkVx3] **higher_range_address** | **String** | A Solana public key represented as a base58 string. | [default to 11111112D1oxKts8YPdTJRG5FzxTNpMtWmq8hkVx3] **low_element_leaf_index** | **i32** | | **lower_range_address** | **String** | A Solana public key represented as a base58 string. | [default to 11111112D1oxKts8YPdTJRG5FzxTNpMtWmq8hkVx3] **merkle_tree** | **String** | A Solana public key represented as a base58 string. | [default to 11111112D1oxKts8YPdTJRG5FzxTNpMtWmq8hkVx3] **next_index** | **i32** | | **proof** | **Vec<String>** | | **root** | **String** | A 32-byte hash represented as a base58 string. | **root_seq** | **i32** | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetMultipleCompressedAccountsPost200Response.md
# GetMultipleCompressedAccountsPost200Response ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **error** | Option<[**models::GetCompressedAccountPost200ResponseError**](_getCompressedAccount_post_200_response_error.md)> | | [optional] **id** | **String** | An ID to identify the response. | **jsonrpc** | **String** | The version of the JSON-RPC protocol. | **result** | Option<[**models::GetMultipleCompressedAccountsPost200ResponseResult**](_getMultipleCompressedAccounts_post_200_response_result.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/Context.md
# Context ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **slot** | **i32** | | [default to 100] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/PaginatedSignatureInfoList.md
# PaginatedSignatureInfoList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **cursor** | Option<**String**> | | [optional] **items** | [**Vec<models::SignatureInfo>**](SignatureInfo.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressedTokenAccountsByDelegatePostRequestParams.md
# GetCompressedTokenAccountsByDelegatePostRequestParams ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **cursor** | Option<**String**> | A base 58 encoded string. | [optional] **delegate** | **String** | A Solana public key represented as a base58 string. | [default to 11111112D1oxKts8YPdTJRG5FzxTNpMtWmq8hkVx3] **limit** | Option<**i32**> | | [optional] **mint** | Option<**String**> | A Solana public key represented as a base58 string. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/PaginatedAccountList.md
# PaginatedAccountList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **cursor** | Option<**String**> | A 32-byte hash represented as a base58 string. | [optional] **items** | [**Vec<models::Account>**](Account.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetTransactionWithCompressionInfoPostRequestParams.md
# GetTransactionWithCompressionInfoPostRequestParams ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **signature** | **String** | A Solana transaction signature. | [default to 5J8H5sTvEhnGcB4R8K1n7mfoiWUD9RzPVGES7e3WxC7c] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetValidityProofPostRequest.md
# GetValidityProofPostRequest ## 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 invoke. | **params** | [**models::GetValidityProofPostRequestParams**](_getValidityProof_post_request_params.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressionSignaturesForTokenOwnerPostRequest.md
# GetCompressionSignaturesForTokenOwnerPostRequest ## 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 invoke. | **params** | [**models::GetCompressionSignaturesForOwnerPostRequestParams**](_getCompressionSignaturesForOwner_post_request_params.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetMultipleNewAddressProofsPost200ResponseResult.md
# GetMultipleNewAddressProofsPost200ResponseResult ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **context** | [**models::Context**](Context.md) | | **value** | [**Vec<models::MerkleContextWithNewAddressProof>**](MerkleContextWithNewAddressProof.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressedAccountProofPost200Response.md
# GetCompressedAccountProofPost200Response ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **error** | Option<[**models::GetCompressedAccountPost200ResponseError**](_getCompressedAccount_post_200_response_error.md)> | | [optional] **id** | **String** | An ID to identify the response. | **jsonrpc** | **String** | The version of the JSON-RPC protocol. | **result** | Option<[**models::GetCompressedAccountProofPost200ResponseResult**](_getCompressedAccountProof_post_200_response_result.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressedAccountProofPostRequest.md
# GetCompressedAccountProofPostRequest ## 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 invoke. | **params** | [**models::GetCompressedAccountProofPostRequestParams**](_getCompressedAccountProof_post_request_params.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressionSignaturesForAccountPost200ResponseResult.md
# GetCompressionSignaturesForAccountPost200ResponseResult ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **context** | [**models::Context**](Context.md) | | **value** | [**models::SignatureInfoList**](SignatureInfoList.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressedAccountBalancePostRequest.md
# GetCompressedAccountBalancePostRequest ## 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 invoke. | **params** | [**models::GetCompressedAccountPostRequestParams**](_getCompressedAccount_post_request_params.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetValidityProofPost200ResponseResult.md
# GetValidityProofPost200ResponseResult ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **context** | [**models::Context**](Context.md) | | **value** | [**models::CompressedProofWithContext**](CompressedProofWithContext.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/CompressedProofWithContext.md
# CompressedProofWithContext ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **compressed_proof** | [**models::CompressedProof**](CompressedProof.md) | | **leaf_indices** | **Vec<i32>** | | **leaves** | **Vec<String>** | | **merkle_trees** | **Vec<String>** | | **root_indices** | **Vec<i32>** | | **roots** | **Vec<String>** | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/Account.md
# Account ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **address** | Option<**String**> | A Solana public key represented as a base58 string. | [optional][default to 11111112D1oxKts8YPdTJRG5FzxTNpMtWmq8hkVx3] **data** | Option<[**models::AccountData**](AccountData.md)> | | [optional] **hash** | **String** | A 32-byte hash represented as a base58 string. | **lamports** | **i32** | | [default to 100] **leaf_index** | **i32** | | [default to 100] **owner** | **String** | A Solana public key represented as a base58 string. | [default to 11111112D1oxKts8YPdTJRG5FzxTNpMtWmq8hkVx3] **seq** | **i32** | | [default to 100] **slot_created** | **i32** | | [default to 100] **tree** | **String** | A Solana public key represented as a base58 string. | [default to 11111112D1oxKts8YPdTJRG5FzxTNpMtWmq8hkVx3] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressedAccountBalancePost200Response.md
# GetCompressedAccountBalancePost200Response ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **error** | Option<[**models::GetCompressedAccountPost200ResponseError**](_getCompressedAccount_post_200_response_error.md)> | | [optional] **id** | **String** | An ID to identify the response. | **jsonrpc** | **String** | The version of the JSON-RPC protocol. | **result** | Option<[**models::GetCompressedAccountBalancePost200ResponseResult**](_getCompressedAccountBalance_post_200_response_result.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetTransactionWithCompressionInfoPost200ResponseResult.md
# GetTransactionWithCompressionInfoPost200ResponseResult ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **compression_info** | Option<[**models::GetTransactionWithCompressionInfoPost200ResponseResultCompressionInfo**](_getTransactionWithCompressionInfo_post_200_response_result_compression_info.md)> | | [optional] **transaction** | Option<[**serde_json::Value**](.md)> | An encoded confirmed transaction with status meta | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressionSignaturesForAccountPostRequest.md
# GetCompressionSignaturesForAccountPostRequest ## 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 invoke. | **params** | [**models::GetCompressedAccountProofPostRequestParams**](_getCompressedAccountProof_post_request_params.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/AccountList.md
# AccountList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **items** | [**Vec<models::Account>**](Account.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/CompressedProof.md
# CompressedProof ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **a** | [**std::path::PathBuf**](std::path::PathBuf.md) | | **b** | [**std::path::PathBuf**](std::path::PathBuf.md) | | **c** | [**std::path::PathBuf**](std::path::PathBuf.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressionSignaturesForAccountPost200Response.md
# GetCompressionSignaturesForAccountPost200Response ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **error** | Option<[**models::GetCompressedAccountPost200ResponseError**](_getCompressedAccount_post_200_response_error.md)> | | [optional] **id** | **String** | An ID to identify the response. | **jsonrpc** | **String** | The version of the JSON-RPC protocol. | **result** | Option<[**models::GetCompressionSignaturesForAccountPost200ResponseResult**](_getCompressionSignaturesForAccount_post_200_response_result.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetMultipleCompressedAccountsPostRequest.md
# GetMultipleCompressedAccountsPostRequest ## 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 invoke. | **params** | [**models::GetMultipleCompressedAccountsPostRequestParams**](_getMultipleCompressedAccounts_post_request_params.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressedBalanceByOwnerPostRequest.md
# GetCompressedBalanceByOwnerPostRequest ## 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 invoke. | **params** | [**models::GetCompressedBalanceByOwnerPostRequestParams**](_getCompressedBalanceByOwner_post_request_params.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressedAccountBalancePost200ResponseResult.md
# GetCompressedAccountBalancePost200ResponseResult ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **context** | [**models::Context**](Context.md) | | **value** | **i32** | | [default to 100] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/DefaultApi.md
# \DefaultApi All URIs are relative to *https://devnet.helius-rpc.com?api-key=<api_key>* Method | HTTP request | Description ------------- | ------------- | ------------- [**get_compressed_account_balance_post**](DefaultApi.md#get_compressed_account_balance_post) | **POST** /getCompressedAccountBalance | [**get_compressed_account_post**](DefaultApi.md#get_compressed_account_post) | **POST** /getCompressedAccount | [**get_compressed_account_proof_post**](DefaultApi.md#get_compressed_account_proof_post) | **POST** /getCompressedAccountProof | [**get_compressed_accounts_by_owner_post**](DefaultApi.md#get_compressed_accounts_by_owner_post) | **POST** /getCompressedAccountsByOwner | [**get_compressed_balance_by_owner_post**](DefaultApi.md#get_compressed_balance_by_owner_post) | **POST** /getCompressedBalanceByOwner | [**get_compressed_token_account_balance_post**](DefaultApi.md#get_compressed_token_account_balance_post) | **POST** /getCompressedTokenAccountBalance | [**get_compressed_token_accounts_by_delegate_post**](DefaultApi.md#get_compressed_token_accounts_by_delegate_post) | **POST** /getCompressedTokenAccountsByDelegate | [**get_compressed_token_accounts_by_owner_post**](DefaultApi.md#get_compressed_token_accounts_by_owner_post) | **POST** /getCompressedTokenAccountsByOwner | [**get_compressed_token_balances_by_owner_post**](DefaultApi.md#get_compressed_token_balances_by_owner_post) | **POST** /getCompressedTokenBalancesByOwner | [**get_compression_signatures_for_account_post**](DefaultApi.md#get_compression_signatures_for_account_post) | **POST** /getCompressionSignaturesForAccount | [**get_compression_signatures_for_address_post**](DefaultApi.md#get_compression_signatures_for_address_post) | **POST** /getCompressionSignaturesForAddress | [**get_compression_signatures_for_owner_post**](DefaultApi.md#get_compression_signatures_for_owner_post) | **POST** /getCompressionSignaturesForOwner | [**get_compression_signatures_for_token_owner_post**](DefaultApi.md#get_compression_signatures_for_token_owner_post) | **POST** /getCompressionSignaturesForTokenOwner | [**get_indexer_health_post**](DefaultApi.md#get_indexer_health_post) | **POST** /getIndexerHealth | [**get_indexer_slot_post**](DefaultApi.md#get_indexer_slot_post) | **POST** /getIndexerSlot | [**get_latest_compression_signatures_post**](DefaultApi.md#get_latest_compression_signatures_post) | **POST** /getLatestCompressionSignatures | [**get_latest_non_voting_signatures_post**](DefaultApi.md#get_latest_non_voting_signatures_post) | **POST** /getLatestNonVotingSignatures | [**get_multiple_compressed_account_proofs_post**](DefaultApi.md#get_multiple_compressed_account_proofs_post) | **POST** /getMultipleCompressedAccountProofs | [**get_multiple_compressed_accounts_post**](DefaultApi.md#get_multiple_compressed_accounts_post) | **POST** /getMultipleCompressedAccounts | [**get_multiple_new_address_proofs_post**](DefaultApi.md#get_multiple_new_address_proofs_post) | **POST** /getMultipleNewAddressProofs | [**get_multiple_new_address_proofs_v2_post**](DefaultApi.md#get_multiple_new_address_proofs_v2_post) | **POST** /getMultipleNewAddressProofsV2 | [**get_transaction_with_compression_info_post**](DefaultApi.md#get_transaction_with_compression_info_post) | **POST** /getTransactionWithCompressionInfo | [**get_validity_proof_post**](DefaultApi.md#get_validity_proof_post) | **POST** /getValidityProof | ## get_compressed_account_balance_post > models::GetCompressedAccountBalancePost200Response get_compressed_account_balance_post(get_compressed_account_balance_post_request) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **get_compressed_account_balance_post_request** | [**GetCompressedAccountBalancePostRequest**](GetCompressedAccountBalancePostRequest.md) | | [required] | ### Return type [**models::GetCompressedAccountBalancePost200Response**](_getCompressedAccountBalance_post_200_response.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## get_compressed_account_post > models::GetCompressedAccountPost200Response get_compressed_account_post(get_compressed_account_post_request) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **get_compressed_account_post_request** | [**GetCompressedAccountPostRequest**](GetCompressedAccountPostRequest.md) | | [required] | ### Return type [**models::GetCompressedAccountPost200Response**](_getCompressedAccount_post_200_response.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## get_compressed_account_proof_post > models::GetCompressedAccountProofPost200Response get_compressed_account_proof_post(get_compressed_account_proof_post_request) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **get_compressed_account_proof_post_request** | [**GetCompressedAccountProofPostRequest**](GetCompressedAccountProofPostRequest.md) | | [required] | ### Return type [**models::GetCompressedAccountProofPost200Response**](_getCompressedAccountProof_post_200_response.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## get_compressed_accounts_by_owner_post > models::GetCompressedAccountsByOwnerPost200Response get_compressed_accounts_by_owner_post(get_compressed_accounts_by_owner_post_request) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **get_compressed_accounts_by_owner_post_request** | [**GetCompressedAccountsByOwnerPostRequest**](GetCompressedAccountsByOwnerPostRequest.md) | | [required] | ### Return type [**models::GetCompressedAccountsByOwnerPost200Response**](_getCompressedAccountsByOwner_post_200_response.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## get_compressed_balance_by_owner_post > models::GetCompressedAccountBalancePost200Response get_compressed_balance_by_owner_post(get_compressed_balance_by_owner_post_request) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **get_compressed_balance_by_owner_post_request** | [**GetCompressedBalanceByOwnerPostRequest**](GetCompressedBalanceByOwnerPostRequest.md) | | [required] | ### Return type [**models::GetCompressedAccountBalancePost200Response**](_getCompressedAccountBalance_post_200_response.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## get_compressed_token_account_balance_post > models::GetCompressedTokenAccountBalancePost200Response get_compressed_token_account_balance_post(get_compressed_token_account_balance_post_request) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **get_compressed_token_account_balance_post_request** | [**GetCompressedTokenAccountBalancePostRequest**](GetCompressedTokenAccountBalancePostRequest.md) | | [required] | ### Return type [**models::GetCompressedTokenAccountBalancePost200Response**](_getCompressedTokenAccountBalance_post_200_response.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## get_compressed_token_accounts_by_delegate_post > models::GetCompressedTokenAccountsByDelegatePost200Response get_compressed_token_accounts_by_delegate_post(get_compressed_token_accounts_by_delegate_post_request) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **get_compressed_token_accounts_by_delegate_post_request** | [**GetCompressedTokenAccountsByDelegatePostRequest**](GetCompressedTokenAccountsByDelegatePostRequest.md) | | [required] | ### Return type [**models::GetCompressedTokenAccountsByDelegatePost200Response**](_getCompressedTokenAccountsByDelegate_post_200_response.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## get_compressed_token_accounts_by_owner_post > models::GetCompressedTokenAccountsByDelegatePost200Response get_compressed_token_accounts_by_owner_post(get_compressed_token_accounts_by_owner_post_request) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **get_compressed_token_accounts_by_owner_post_request** | [**GetCompressedTokenAccountsByOwnerPostRequest**](GetCompressedTokenAccountsByOwnerPostRequest.md) | | [required] | ### Return type [**models::GetCompressedTokenAccountsByDelegatePost200Response**](_getCompressedTokenAccountsByDelegate_post_200_response.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## get_compressed_token_balances_by_owner_post > models::GetCompressedTokenBalancesByOwnerPost200Response get_compressed_token_balances_by_owner_post(get_compressed_token_balances_by_owner_post_request) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **get_compressed_token_balances_by_owner_post_request** | [**GetCompressedTokenBalancesByOwnerPostRequest**](GetCompressedTokenBalancesByOwnerPostRequest.md) | | [required] | ### Return type [**models::GetCompressedTokenBalancesByOwnerPost200Response**](_getCompressedTokenBalancesByOwner_post_200_response.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## get_compression_signatures_for_account_post > models::GetCompressionSignaturesForAccountPost200Response get_compression_signatures_for_account_post(get_compression_signatures_for_account_post_request) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **get_compression_signatures_for_account_post_request** | [**GetCompressionSignaturesForAccountPostRequest**](GetCompressionSignaturesForAccountPostRequest.md) | | [required] | ### Return type [**models::GetCompressionSignaturesForAccountPost200Response**](_getCompressionSignaturesForAccount_post_200_response.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## get_compression_signatures_for_address_post > models::GetCompressionSignaturesForAddressPost200Response get_compression_signatures_for_address_post(get_compression_signatures_for_address_post_request) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **get_compression_signatures_for_address_post_request** | [**GetCompressionSignaturesForAddressPostRequest**](GetCompressionSignaturesForAddressPostRequest.md) | | [required] | ### Return type [**models::GetCompressionSignaturesForAddressPost200Response**](_getCompressionSignaturesForAddress_post_200_response.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## get_compression_signatures_for_owner_post > models::GetCompressionSignaturesForAddressPost200Response get_compression_signatures_for_owner_post(get_compression_signatures_for_owner_post_request) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **get_compression_signatures_for_owner_post_request** | [**GetCompressionSignaturesForOwnerPostRequest**](GetCompressionSignaturesForOwnerPostRequest.md) | | [required] | ### Return type [**models::GetCompressionSignaturesForAddressPost200Response**](_getCompressionSignaturesForAddress_post_200_response.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## get_compression_signatures_for_token_owner_post > models::GetCompressionSignaturesForAddressPost200Response get_compression_signatures_for_token_owner_post(get_compression_signatures_for_token_owner_post_request) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **get_compression_signatures_for_token_owner_post_request** | [**GetCompressionSignaturesForTokenOwnerPostRequest**](GetCompressionSignaturesForTokenOwnerPostRequest.md) | | [required] | ### Return type [**models::GetCompressionSignaturesForAddressPost200Response**](_getCompressionSignaturesForAddress_post_200_response.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## get_indexer_health_post > models::GetIndexerHealthPost200Response get_indexer_health_post(get_indexer_health_post_request) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **get_indexer_health_post_request** | [**GetIndexerHealthPostRequest**](GetIndexerHealthPostRequest.md) | | [required] | ### Return type [**models::GetIndexerHealthPost200Response**](_getIndexerHealth_post_200_response.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## get_indexer_slot_post > models::GetIndexerSlotPost200Response get_indexer_slot_post(get_indexer_slot_post_request) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **get_indexer_slot_post_request** | [**GetIndexerSlotPostRequest**](GetIndexerSlotPostRequest.md) | | [required] | ### Return type [**models::GetIndexerSlotPost200Response**](_getIndexerSlot_post_200_response.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## get_latest_compression_signatures_post > models::GetCompressionSignaturesForAddressPost200Response get_latest_compression_signatures_post(get_latest_compression_signatures_post_request) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **get_latest_compression_signatures_post_request** | [**GetLatestCompressionSignaturesPostRequest**](GetLatestCompressionSignaturesPostRequest.md) | | [required] | ### Return type [**models::GetCompressionSignaturesForAddressPost200Response**](_getCompressionSignaturesForAddress_post_200_response.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## get_latest_non_voting_signatures_post > models::GetLatestNonVotingSignaturesPost200Response get_latest_non_voting_signatures_post(get_latest_non_voting_signatures_post_request) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **get_latest_non_voting_signatures_post_request** | [**GetLatestNonVotingSignaturesPostRequest**](GetLatestNonVotingSignaturesPostRequest.md) | | [required] | ### Return type [**models::GetLatestNonVotingSignaturesPost200Response**](_getLatestNonVotingSignatures_post_200_response.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## get_multiple_compressed_account_proofs_post > models::GetMultipleCompressedAccountProofsPost200Response get_multiple_compressed_account_proofs_post(get_multiple_compressed_account_proofs_post_request) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **get_multiple_compressed_account_proofs_post_request** | [**GetMultipleCompressedAccountProofsPostRequest**](GetMultipleCompressedAccountProofsPostRequest.md) | | [required] | ### Return type [**models::GetMultipleCompressedAccountProofsPost200Response**](_getMultipleCompressedAccountProofs_post_200_response.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## get_multiple_compressed_accounts_post > models::GetMultipleCompressedAccountsPost200Response get_multiple_compressed_accounts_post(get_multiple_compressed_accounts_post_request) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **get_multiple_compressed_accounts_post_request** | [**GetMultipleCompressedAccountsPostRequest**](GetMultipleCompressedAccountsPostRequest.md) | | [required] | ### Return type [**models::GetMultipleCompressedAccountsPost200Response**](_getMultipleCompressedAccounts_post_200_response.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## get_multiple_new_address_proofs_post > models::GetMultipleNewAddressProofsPost200Response get_multiple_new_address_proofs_post(get_multiple_new_address_proofs_post_request) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **get_multiple_new_address_proofs_post_request** | [**GetMultipleNewAddressProofsPostRequest**](GetMultipleNewAddressProofsPostRequest.md) | | [required] | ### Return type [**models::GetMultipleNewAddressProofsPost200Response**](_getMultipleNewAddressProofs_post_200_response.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## get_multiple_new_address_proofs_v2_post > models::GetMultipleNewAddressProofsPost200Response get_multiple_new_address_proofs_v2_post(get_multiple_new_address_proofs_v2_post_request) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **get_multiple_new_address_proofs_v2_post_request** | [**GetMultipleNewAddressProofsV2PostRequest**](GetMultipleNewAddressProofsV2PostRequest.md) | | [required] | ### Return type [**models::GetMultipleNewAddressProofsPost200Response**](_getMultipleNewAddressProofs_post_200_response.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## get_transaction_with_compression_info_post > models::GetTransactionWithCompressionInfoPost200Response get_transaction_with_compression_info_post(get_transaction_with_compression_info_post_request) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **get_transaction_with_compression_info_post_request** | [**GetTransactionWithCompressionInfoPostRequest**](GetTransactionWithCompressionInfoPostRequest.md) | | [required] | ### Return type [**models::GetTransactionWithCompressionInfoPost200Response**](_getTransactionWithCompressionInfo_post_200_response.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## get_validity_proof_post > models::GetValidityProofPost200Response get_validity_proof_post(get_validity_proof_post_request) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **get_validity_proof_post_request** | [**GetValidityProofPostRequest**](GetValidityProofPostRequest.md) | | [required] | ### Return type [**models::GetValidityProofPost200Response**](_getValidityProof_post_200_response.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetLatestCompressionSignaturesPostRequest.md
# GetLatestCompressionSignaturesPostRequest ## 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 invoke. | **params** | [**models::GetLatestCompressionSignaturesPostRequestParams**](_getLatestCompressionSignatures_post_request_params.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/SignatureInfoList.md
# SignatureInfoList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **items** | [**Vec<models::SignatureInfo>**](SignatureInfo.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressedTokenAccountsByOwnerPostRequestParams.md
# GetCompressedTokenAccountsByOwnerPostRequestParams ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **cursor** | Option<**String**> | A base 58 encoded string. | [optional] **limit** | Option<**i32**> | | [optional] **mint** | Option<**String**> | A Solana public key represented as a base58 string. | [optional] **owner** | **String** | A Solana public key represented as a base58 string. | [default to 11111112D1oxKts8YPdTJRG5FzxTNpMtWmq8hkVx3] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressedAccountPost429Response.md
# GetCompressedAccountPost429Response ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **error** | Option<[**models::GetCompressedAccountPost200ResponseError**](_getCompressedAccount_post_200_response_error.md)> | | [optional] **id** | Option<**String**> | | [optional] **jsonrpc** | Option<**String**> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetLatestNonVotingSignaturesPost200Response.md
# GetLatestNonVotingSignaturesPost200Response ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **error** | Option<[**models::GetCompressedAccountPost200ResponseError**](_getCompressedAccount_post_200_response_error.md)> | | [optional] **id** | **String** | An ID to identify the response. | **jsonrpc** | **String** | The version of the JSON-RPC protocol. | **result** | Option<[**models::GetLatestNonVotingSignaturesPost200ResponseResult**](_getLatestNonVotingSignatures_post_200_response_result.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/MerkleProofWithContext.md
# MerkleProofWithContext ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **hash** | **String** | A 32-byte hash represented as a base58 string. | **leaf_index** | **i32** | | **merkle_tree** | **String** | A Solana public key represented as a base58 string. | [default to 11111112D1oxKts8YPdTJRG5FzxTNpMtWmq8hkVx3] **proof** | **Vec<String>** | | **root** | **String** | A 32-byte hash represented as a base58 string. | **root_seq** | **i32** | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetTransactionWithCompressionInfoPostRequest.md
# GetTransactionWithCompressionInfoPostRequest ## 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 invoke. | **params** | [**models::GetTransactionWithCompressionInfoPostRequestParams**](_getTransactionWithCompressionInfo_post_request_params.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/DataSlice.md
# DataSlice ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **length** | **u32** | | **offset** | **u32** | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressedTokenAccountsByOwnerPostRequest.md
# GetCompressedTokenAccountsByOwnerPostRequest ## 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 invoke. | **params** | [**models::GetCompressedTokenAccountsByOwnerPostRequestParams**](_getCompressedTokenAccountsByOwner_post_request_params.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/AccountData.md
# AccountData ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **data** | **String** | A base 64 encoded string. | [default to SGVsbG8sIFdvcmxkIQ==] **data_hash** | **String** | A 32-byte hash represented as a base58 string. | **discriminator** | **i32** | | [default to 100] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetMultipleCompressedAccountProofsPostRequest.md
# GetMultipleCompressedAccountProofsPostRequest ## 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 invoke. | **params** | **Vec<String>** | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/TokenAccountBalance.md
# TokenAccountBalance ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **amount** | **i32** | | [default to 100] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/SignatureInfoWithError.md
# SignatureInfoWithError ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **block_time** | **i32** | An Unix timestamp (seconds) | [default to 1714081554] **error** | Option<**String**> | | [optional] **signature** | **String** | A Solana transaction signature. | [default to 5J8H5sTvEhnGcB4R8K1n7mfoiWUD9RzPVGES7e3WxC7c] **slot** | **i32** | | [default to 100] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/SignatureInfoListWithError.md
# SignatureInfoListWithError ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **items** | [**Vec<models::SignatureInfoWithError>**](SignatureInfoWithError.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressedAccountProofPost200ResponseResult.md
# GetCompressedAccountProofPost200ResponseResult ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **context** | [**models::Context**](Context.md) | | **value** | [**models::MerkleProofWithContext**](MerkleProofWithContext.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressedTokenAccountBalancePost200Response.md
# GetCompressedTokenAccountBalancePost200Response ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **error** | Option<[**models::GetCompressedAccountPost200ResponseError**](_getCompressedAccount_post_200_response_error.md)> | | [optional] **id** | **String** | An ID to identify the response. | **jsonrpc** | **String** | The version of the JSON-RPC protocol. | **result** | Option<[**models::GetCompressedTokenAccountBalancePost200ResponseResult**](_getCompressedTokenAccountBalance_post_200_response_result.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetValidityProofPost200Response.md
# GetValidityProofPost200Response ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **error** | Option<[**models::GetCompressedAccountPost200ResponseError**](_getCompressedAccount_post_200_response_error.md)> | | [optional] **id** | **String** | An ID to identify the response. | **jsonrpc** | **String** | The version of the JSON-RPC protocol. | **result** | Option<[**models::GetValidityProofPost200ResponseResult**](_getValidityProof_post_200_response_result.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetTransactionWithCompressionInfoPost200ResponseResultCompressionInfo.md
# GetTransactionWithCompressionInfoPost200ResponseResultCompressionInfo ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **closed_accounts** | [**Vec<models::AccountWithOptionalTokenData>**](AccountWithOptionalTokenData.md) | | **opened_accounts** | [**Vec<models::AccountWithOptionalTokenData>**](AccountWithOptionalTokenData.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressionSignaturesForAddressPost200Response.md
# GetCompressionSignaturesForAddressPost200Response ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **error** | Option<[**models::GetCompressedAccountPost200ResponseError**](_getCompressedAccount_post_200_response_error.md)> | | [optional] **id** | **String** | An ID to identify the response. | **jsonrpc** | **String** | The version of the JSON-RPC protocol. | **result** | Option<[**models::GetCompressionSignaturesForAddressPost200ResponseResult**](_getCompressionSignaturesForAddress_post_200_response_result.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetIndexerHealthPost200Response.md
# GetIndexerHealthPost200Response ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **error** | Option<[**models::GetCompressedAccountPost200ResponseError**](_getCompressedAccount_post_200_response_error.md)> | | [optional] **id** | **String** | An ID to identify the response. | **jsonrpc** | **String** | The version of the JSON-RPC protocol. | **result** | Option<**String**> | ok if healthy | [optional][default to Ok] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressionSignaturesForAddressPost200ResponseResult.md
# GetCompressionSignaturesForAddressPost200ResponseResult ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **context** | [**models::Context**](Context.md) | | **value** | [**models::PaginatedSignatureInfoList**](PaginatedSignatureInfoList.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/TokenBalanceList.md
# TokenBalanceList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **cursor** | Option<**String**> | | [optional] **token_balances** | [**Vec<models::TokenBalance>**](TokenBalance.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressedAccountPost200ResponseResult.md
# GetCompressedAccountPost200ResponseResult ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **context** | [**models::Context**](Context.md) | | **value** | Option<[**models::Account**](Account.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetLatestNonVotingSignaturesPostRequest.md
# GetLatestNonVotingSignaturesPostRequest ## 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 invoke. | **params** | [**models::GetLatestCompressionSignaturesPostRequestParams**](_getLatestCompressionSignatures_post_request_params.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressedAccountsByOwnerPost200ResponseResult.md
# GetCompressedAccountsByOwnerPost200ResponseResult ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **context** | [**models::Context**](Context.md) | | **value** | [**models::PaginatedAccountList**](PaginatedAccountList.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/FilterSelector.md
# FilterSelector ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **memcmp** | Option<[**models::Memcmp**](Memcmp.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressionSignaturesForAddressPostRequestParams.md
# GetCompressionSignaturesForAddressPostRequestParams ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **address** | **String** | A Solana public key represented as a base58 string. | [default to 11111112D1oxKts8YPdTJRG5FzxTNpMtWmq8hkVx3] **cursor** | Option<**String**> | | [optional] **limit** | Option<**i32**> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetValidityProofPostRequestParams.md
# GetValidityProofPostRequestParams ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **hashes** | Option<**Vec<String>**> | | [optional] **new_addresses** | Option<**Vec<String>**> | | [optional] **new_addresses_with_trees** | Option<[**Vec<models::AddressWithTree>**](AddressWithTree.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetMultipleCompressedAccountProofsPost200Response.md
# GetMultipleCompressedAccountProofsPost200Response ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **error** | Option<[**models::GetCompressedAccountPost200ResponseError**](_getCompressedAccount_post_200_response_error.md)> | | [optional] **id** | **String** | An ID to identify the response. | **jsonrpc** | **String** | The version of the JSON-RPC protocol. | **result** | Option<[**models::GetMultipleCompressedAccountProofsPost200ResponseResult**](_getMultipleCompressedAccountProofs_post_200_response_result.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/AddressWithTree.md
# AddressWithTree ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **address** | **String** | A Solana public key represented as a base58 string. | [default to 11111112D1oxKts8YPdTJRG5FzxTNpMtWmq8hkVx3] **tree** | **String** | A Solana public key represented as a base58 string. | [default to 11111112D1oxKts8YPdTJRG5FzxTNpMtWmq8hkVx3] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressedTokenAccountBalancePostRequest.md
# GetCompressedTokenAccountBalancePostRequest ## 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 invoke. | **params** | [**models::GetCompressedAccountPostRequestParams**](_getCompressedAccount_post_request_params.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetLatestCompressionSignaturesPostRequestParams.md
# GetLatestCompressionSignaturesPostRequestParams ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **cursor** | Option<**String**> | | [optional] **limit** | Option<**i32**> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/TokenBalance.md
# TokenBalance ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **balance** | **i32** | | [default to 100] **mint** | **String** | A Solana public key represented as a base58 string. | [default to 11111112D1oxKts8YPdTJRG5FzxTNpMtWmq8hkVx3] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/AccountWithOptionalTokenData.md
# AccountWithOptionalTokenData ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **account** | [**models::Account**](Account.md) | | **optional_token_data** | Option<[**models::TokenData**](TokenData.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressedTokenBalancesByOwnerPost200Response.md
# GetCompressedTokenBalancesByOwnerPost200Response ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **error** | Option<[**models::GetCompressedAccountPost200ResponseError**](_getCompressedAccount_post_200_response_error.md)> | | [optional] **id** | **String** | An ID to identify the response. | **jsonrpc** | **String** | The version of the JSON-RPC protocol. | **result** | Option<[**models::GetCompressedTokenBalancesByOwnerPost200ResponseResult**](_getCompressedTokenBalancesByOwner_post_200_response_result.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressionSignaturesForOwnerPostRequest.md
# GetCompressionSignaturesForOwnerPostRequest ## 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 invoke. | **params** | [**models::GetCompressionSignaturesForOwnerPostRequestParams**](_getCompressionSignaturesForOwner_post_request_params.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetMultipleCompressedAccountProofsPost200ResponseResult.md
# GetMultipleCompressedAccountProofsPost200ResponseResult ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **context** | [**models::Context**](Context.md) | | **value** | [**Vec<models::MerkleProofWithContext>**](MerkleProofWithContext.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetMultipleNewAddressProofsPost200Response.md
# GetMultipleNewAddressProofsPost200Response ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **error** | Option<[**models::GetCompressedAccountPost200ResponseError**](_getCompressedAccount_post_200_response_error.md)> | | [optional] **id** | **String** | An ID to identify the response. | **jsonrpc** | **String** | The version of the JSON-RPC protocol. | **result** | Option<[**models::GetMultipleNewAddressProofsPost200ResponseResult**](_getMultipleNewAddressProofs_post_200_response_result.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetMultipleNewAddressProofsV2PostRequest.md
# GetMultipleNewAddressProofsV2PostRequest ## 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 invoke. | **params** | [**Vec<models::AddressWithTree>**](AddressWithTree.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/TokenAcccount.md
# TokenAcccount ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **account** | [**models::Account**](Account.md) | | **token_data** | [**models::TokenData**](TokenData.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressionSignaturesForOwnerPostRequestParams.md
# GetCompressionSignaturesForOwnerPostRequestParams ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **cursor** | Option<**String**> | | [optional] **limit** | Option<**i32**> | | [optional] **owner** | **String** | A Solana public key represented as a base58 string. | [default to 11111112D1oxKts8YPdTJRG5FzxTNpMtWmq8hkVx3] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0
solana_public_repos/Lightprotocol/light-protocol/photon-api
solana_public_repos/Lightprotocol/light-protocol/photon-api/docs/GetCompressedAccountPost200ResponseError.md
# GetCompressedAccountPost200ResponseError ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **code** | Option<**i32**> | | [optional] **message** | Option<**String**> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
0