Release VersioningOffline transaction signing

wallet/getAccountTransaction

Gets a transaction for an account. If the account is not specified, the default account is used.

Request 

{
  hash: string
  account?: string
  confirmations?: number
}

Response 

{
  account: string
  transaction: {
    hash: string
    status: 'confirmed' | 'expired' | 'pending' | 'unconfirmed' | 'unknown'
    type: 'send' | 'receive' | 'miner'
    fee: string
    blockHash?: string
    blockSequence?: number
    notesCount: number
    spendsCount: number
    mintsCount: number
    burnsCount: number
    timestamp: number
    assetBalanceDeltas: Array<{
      assetId: string
      assetName: string
      delta: string
    }>
    notes: Array<{
      isOwner: boolean
      value: string
      assetId: string
      assetName: string
      memo: string
      sender: string
      owner: string
      spent: boolean
      hash: string
    }>
    spends: Array<{
      nullifier: string
      commitment: string
      size: number
    }>
  } | null
}

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.