Release VersioningOffline transaction signing

chain/getTransaction

Gets a transaction from a block hash and transaction hash

Request 

{
  blockHash: string;
  transactionHash: string;
}

Response 

{
  fee: string
  expiration: number
  noteSize: number
  notesCount: number
  spendsCount: number
  signature: string
  notes: Array<{
    hash: string
    serialized: string
  }>
  spends: Array<{
    nullifier: string
    commitment: string
    size: number
  }>
  mints: Array<{
    assetId: string
    value: string
  }>
  burns: Array<{
    assetId: string
    value: string
  }>
  notesEncrypted: string[] // Deprecated: use `notes` instead
}

View on Github 

Edit Page on Github

Join our newsletter and stay up to date with privacy and crypto.

Learn

  • FAQ
  • Whitepaper
  • Tokenomics
  • Blog

Use

  • Get Started
  • Node App
  • Mine
  • Block Explorer

Developers

  • Documentation
  • Github

Community

  • Highlights
  • Media
  • Community Wiki
  • Our community

Company

  • About Us
  • Careers
  • Media Kit
  • Contact Us
Privacy Policy

|

Copyright 2023 Iron Fish.