Djib
  • Introduction to Djib
  • White paper
    • Cambrian Explosion of NFTs​
    • The NFT Storage Problem
      • Case study: Solana
    • Solution – Djib
    • Pilot Implementation on Solana
    • Architecture
      • intro
      • CDN Layer
      • IPFS layer
      • Persistance layer
    • Official remittance addresses
  • Products
    • Djib IPFS
      • Dashboard
      • API
    • Vanilla
    • Djib Dashboard
      • My Drive
      • Shared
      • NFTs
      • Recent
      • Favorites
      • Payments
      • Profile
      • Trash
    • JSON RPC API
      • Request Formatting
      • Definitions
      • API Reference
    • Djib-cli
    • Djib Sign
      • Get started with Djib Sign
      • Top up your account
      • Document sign cycle
  • Availability Zones
    • Cache Availability Zones
  • legals
    • Privacy notice
    • Terms and conditions
Powered by GitBook
On this page

Was this helpful?

  1. Products
  2. JSON RPC API

Definitions

  • Hash: A SHA-256 hash of a chunk of data.

  • PublicKey: The public key of a Ed25519 key-pair.

  • Transaction: A list of Solana instructions signed by a client keypair to authorize those actions.

  • Signature: An Ed25519 signature of transaction's payload data including instructions. This can be used to identify transactions.

  • TrackingCode: The public key of a Ed25519 key-pair.

  • Cid: A content identifier, or CID, is a label used to point to material in IPFS.

  • Token: An Ed25519 signature of transaction's payload data including instructions.

PreviousRequest FormattingNextAPI Reference

Last updated 2 years ago

Was this helpful?