RpcWalletTransaction

export type RpcWalletTransaction = {
  hash: string
  fee: string
  signature: string
  expiration: number
  timestamp: number
  submittedSequence: number
  type: TransactionType
  status: TransactionStatus
  assetBalanceDeltas: RcpAccountAssetBalanceDelta[]
  burns: RpcBurn[]
  mints: RpcMint[]
  serialized?: string
  blockHash?: string
  blockSequence?: number
  notes?: RpcWalletNote[]
  spends?: RpcSpend[]
  /**
   * @deprecated Please use `notes.length` instead
   */
  notesCount: number
  /**
   * @deprecated Please use `spends.length` instead
   */
  spendsCount: number
  /**
   * @deprecated Please use `mints.length` instead
   */
  mintsCount: number
  /**
   * @deprecated Please use `burns.length` instead
   */
  burnsCount: number
  /**
   * @deprecated This is configuarable via the node config, a setting that the user can pass, so doesn't need to be returned
   */
  confirmations: number
}

Usage:

  • wallet/getAccountTransaction
  • wallet/getAccountTransactions
  • wallet/burnAsset
  • wallet/mintAsset

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

Discover our impactful presence — read our blog.

Use

  • Node App
  • Node CLI
  • Mine
  • Block Explorer
  • Ecosystem

Learn

  • Get Started
  • FAQ
  • Whitepaper
  • Tokenomics

Community

  • Foundation
  • Governance
  • Grants
  • Our Community

Developers

  • Documentation
  • Github
Privacy Policy

|

Media Kit

|

Copyright 2024 Iron Fish.