Dash Platform
Overview
  • Home
  • Dash Platform Docker Development tips
  • Drive-ABCI server
    • Overview
      • Quick start
        • DAPIClient
        • getDataContract
        • getDocuments
        • getIdentity
        • getIdentityByFirstPublicKey
        • getIdentityIdByFirstPublicKey
          • broadcastTransaction
          • getBestBlockHash
          • getBestBlockHeight
          • getBlockByHash
          • getBlockByHeight
          • getBlockHash
          • getStatus
          • getTransaction
          • subscribeToBlockHeadersWithChainLocks
          • subscribeToMasternodeList
          • subscribeToTransactionsWithProofs
          • broadcastStateTransition
    • Overview
      • Fetch an identity from its name
      • Generate a new mnemonic
      • Pay to another address
      • Receive money and check balance
      • Sign and verify messages
      • Use different account
      • About schemas
      • Core concepts
      • Dash platform applications
      • Working with multiple apps
      • Quick start
      • With typescript
      • About platform
        • About contracts
        • Create
        • Get
        • Publish
        • Update
        • About documents
        • Broadcast
        • Create
        • Get
        • About identity
        • Get
        • Register
        • topUp
        • About dpns
        • Register
        • Resolve
        • resolveByRecord
        • Search
      • Dapi
      • Dashcore Lib primitives
      • About wallet lib
      • Accounts
      • Signing encrypt
    • Overview
      • Account
      • broadcastTransaction
      • Connect
      • createTransaction
      • Decode
      • Decrypt
      • Disconnect
      • Encode
      • Encrypt
      • fetchAddressInfo
      • fetchStatus
      • fetchTransactionInfo
      • forceRefreshAccount
      • generateAddress
      • getAddress
      • getConfirmedBalance
      • getPrivateKeys
      • getTotalBalance
      • getTransaction
      • getTransactionHistory
      • getTransactions
      • getUTXOS
      • getUnconfirmedBalance
      • Sign
      • Logging
      • Persistence
      • Blockheight changed
      • Confirmed balance changed
      • Fetched confirmed transaction
      • Fetched unconfirmed transaction
      • Ready
      • Unconfirmed balance changed
      • Core concepts
      • Quick start
      • Identities
      • getIdentityHDKeyByIndex
      • KeyChain
      • generateKeyForChild
      • generateKeyForPath
      • getDIP15ExtendedKey
      • getHardenedBIP44HDKey
      • getHardenedDIP15AccountKey
      • getHardenedDIP9FeatureHDKey
      • getKeyForChild
      • getKeyForPath
      • getPrivateKey
      • Sign
      • Community plugins
      • Using a plugin
      • Wallet workers
      • Writing a new plugin
      • Storage
      • addNewTxToAddress
      • addUTXOToAddress
      • Announce
      • calculateDuffBalance
      • clearAll
      • Configure
      • createChain
      • createWallet
      • getStore
      • getTransaction
      • getTransactionMetadata
      • importAccounts
      • importAddress
      • importAddresses
      • importSingleAddress
      • importTransaction
      • importTransactions
      • rehydrateState
      • saveState
      • searchAddress
      • searchAddressesWithTx
      • searchBlockHeader
      • searchTransaction
      • searchTransactionMetadata
      • searchWallet
      • startWorker
      • stopWorker
      • updateAddress
      • updateTransaction
      • Coin Selection
      • Dapi
      • Events
      • Examples
      • calculateTransactionFees
      • categorizeTransactions
      • classifyAddresses
      • coinSelection
      • dashToDuffs
      • duffsToDash
      • extendTransactionsWithMetadata
      • filterTransactions
      • getBytesOf
        • generateNewMnemonic
        • mnemonicToHDPrivateKey
        • mnemonicToSeed
        • mnemonicToWalletId
        • seedToHDPrivateKey
      • Wallet
      • createAccount
      • Disconnect
      • dumpStorage
      • exportWallet
      • fromHDPrivateKey
      • fromHDPublicKey
      • fromMnemonic
      • fromPrivateKey
      • fromSeed
      • generateNewWalletId
      • getAccount

Overview

  • Getting started
    • Quick start
  • Usage
    • DAPIClient
      • new DAPIClient()
        • Core
          • .broadcastTransaction()
          • .generateToAddress()
          • .getBestBlockHash()
          • .getBestBlockHeight()
          • .getBlockByHash()
          • .getBlockByHeight()
          • .getBlockHash()
          • .getStatus()
          • .getTransaction()
          • .subscribeToTransactionsWithProofs()
          • .subscribeToBlockHeadersWithChainLocks()
          • .subscribeToMasternodeList()
        • Platform
          • .broadcastStateTransition()
          • .getDataContract()
          • .getDocuments()
          • .getIdentityByFirstPublicKey()
          • .getIdentity()
          • .getIdentityIdByFirstPublicKey()
  • License
Made with Material for MkDocs