Termina
  • Overview
    • Introduction
    • Quickstart
  • Solana Primer
    • Solana Virtual Machine (SVM)
    • Existing Scaling Solutions
    • Why Termina
  • Network Extension Stack
    • Overview
    • FAQs
    • Modules
      • SVM Engine
        • Engine Internals
        • Launching an Instance
      • zkSVM Prover
        • Prover Mechanics
        • Leveraging the zkSVM
      • Data Anchor
        • Data Flow
        • Using the Data Anchor
        • Indexing Data
          • Getting Blobs
            • get_blobs_by_network
            • get_blobs_by_namespace
            • get_blobs_by_blober
            • get_blobs_by_payer
            • get_blobs
          • Getting Payers
            • get_payers_by_network
          • Getting Proofs
            • get_proof_for_blob
            • get_proof
    • Rollups
  • Socials
    • Twitter
    • Discord
    • Website
Powered by GitBook
On this page
  1. Network Extension Stack
  2. Modules
  3. Data Anchor
  4. Indexing Data

Getting Blobs

PreviousIndexing DataNextget_blobs_by_network

Last updated 4 days ago

Blobs are the raw data payloads your applications submit and store on-chain.

Typically, each user account is represented by a blober, and each blober’s associated data are its blobs. However, a blober may map to a user account, a node account, or another logical entity—the semantics may vary and is determined by each network’s operators.

RPC Call
Description

Retrieves all blobs across an entire network (e.g. Cloud Network).

Retrieves all blobs tagged under a particular namespace (e.g. home.alice.cloud).

Lists blobs uploaded by a specific blober program between two timestamps.

Lists blobs funded by a given payer account over a time range.

Fetches every blob (byte-array) stored in a single slot.

get_blobs_by_network
get_blobs_by_namespace
get_blobs_by_blober
get_blobs_by_payer
get_blobs