NetworksRelease VersioningOffline transaction signingGlossary
Hardfork Update Process

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.

Learn

  • FAQ
  • Whitepaper
  • Tokenomics

Use

  • Get Started
  • Node App
  • Mine
  • Block Explorer
  • Ecosystem

Developers

  • Documentation
  • Github

Community

  • Foundation
  • Governance
  • Grants
  • Our Community

Company

  • About Us
  • Media Kit
  • Contact Us
Privacy Policy

|

Copyright 2024 Iron Fish.