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" # i...
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 guid...
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...
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...
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...
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...
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]...
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 Mo...
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]](....
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 ident...
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** | **Str...
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...
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 5J8H5sTvEhnGcB4R8K1n7mfoiWUD9RzPVGES7...
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...
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...
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...
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 ...
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]]...
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]](../R...
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]](../R...
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 inv...
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 me...
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 ...
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** ...
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** |...
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...
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) ...
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. ...
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.m...
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.m...
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 inv...
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...
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) | ...
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 ...
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 meth...
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]](....
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 me...
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]](....
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<Str...
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**](A...
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** | A...
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_pos...
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...
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 t...
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) | | [[Ba...
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** | **Strin...
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 ...
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 me...
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)...
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_comp...
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...
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-e...
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 Solan...
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**> | ...
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** | ...
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 stri...
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 ...
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 REA...
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 ...
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** | ...
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...
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 READ...
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 signat...
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...
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]](...
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*...
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 ide...
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...
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** | **Strin...
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 ide...
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...
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) [[B...
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#docu...
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 m...
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]](....
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-endp...
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...
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::Address...
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** | **Strin...
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...
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 t...
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) [[Ba...
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 ...
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...
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...
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 t...
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...
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** | A...
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 ...
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 l...
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 bas...
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 A...
0