turbolay / wcli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wcli

RPC

  • getstatus
    • params
      • [null]
    • error
      • TODO
    • result
      • torStatus
      • backendStatus
      • bestBlockchainHeight
      • bestBlockchainHash
      • filtersCount
      • filtersLeft
      • network
      • exchangeRate
      • peers
        • isConnected
        • lastSeen
        • endpoint
        • userAgent
  • createwallet
    • params
      • walletName
      • walletPassword
    • error
      • TODO
    • result
      • mnemonic
  • recoverwallet
    • params
      • walletName
      • walletMnemonic
      • walletPassword
    • error
      • TODO
    • [empty]
  • loadwallet
    • params
      • walletName
    • error
      • TODO
    • [empty]
  • listcoins
    • params
      • [null]
    • error
      • TODO
    • result
      • coins
        • txid
        • index
        • amount
        • anonymityScore
        • confirmed
        • confirmations
        • keyPath
        • address
        • spentBy
  • listunspentcoins
    • params
      • [null]
    • error
      • TODO
    • result
      • coins
        • txid
        • index
        • amount
        • anonymityScore
        • confirmed
        • confirmations
        • keyPath
        • address
        • spentBy
  • getwalletinfo
    • params
      • [null]
    • error
      • TODO
    • result
      • walletName
      • walletFile
      • state
      • masterKeyFingerprint
      • accounts
        • name
        • publicKey
        • keyPath
      • balance
      • anonScoreTarget
      • isWatchOnly
      • isHardwareWallet
      • isAutoCoinjoin
      • isRedCoinIsolation
      • coinjoinStatus
  • getnewaddress
    • params
      • label
    • error
      • TODO
    • result
      • address
      • keyPath
      • label
      • publicKey
      • scriptPubKey
  • send
    • params
      • [object]
        • payments
          • payment
            • sendto
            • amount
            • label
            • subtractFee
        • coins
          • transactionid
          • index
        • feeTarget
        • feeRate
        • password
    • error
      • TODO
    • result
      • txid
      • tx
  • speeduptransaction
    • params
      • [object]
        • txId
        • password
    • result
      • tx
  • canceltransaction
    • params
      • [object]
        • txId
        • password
    • error
      • TODO
    • result
      • tx
  • build
    • params
      • [object]
        • payments
          • payment
            • sendto
            • amount
            • label
            • subtractFee
        • coins
          • transactionid
          • index
        • feeTarget
        • feeRate
        • password
    • error
      • TODO
    • result
      • tx
  • broadcast
    • params
      • tx
    • result
      • txid
  • gethistory
    • params
      • [null]
    • error
      • TODO
    • result
      • transactions
        • datetime
        • height
        • amount
        • label
        • tx
        • islikelycoinjoin
  • excludefromcoinjoin
    • params
      • [object]
        • transactionId
        • n
        • exclude
    • error
      • TODO
    • [empty]
  • listkeys
    • params
      • [null]
    • error
      • TODO
    • result
      • keys
        • fullKeyPath
        • internal
        • keyState
        • label
        • scriptPubKey
        • pubkey
        • pubKeyHash
        • address
  • startcoinjoin
    • params
      • walletPassword
      • stopWhenAllMixed
      • overridePlebStop
    • error
    • TODO
    • [empty]
  • startcoinjoinsweep
    • params
      • walletPassword
      • outputWalletName
    • error
      • TODO
    • [empty]
  • stopcoinjoin
    • params
      • [null]
    • error
      • TODO
    • [empty]
  • getfeerates
    • params
      • [null]
    • error
      • TODO
    • result
      • [dictionary]
  • listwallets
    • params
      • [null]
    • error
      • TODO
    • result
      • wallets
        • walletName
  • stop
    • params
      • [null]
    • error
      • TODO
    • [empty]

Resources

Testing

cd WalletWasabi.Daemon
dotnet run -- --usetor=false --network=testnet --jsonrpcserverenabled=true --blockonly=true
wasabi.daemon --usetor=false --network=testnet --jsonrpcserverenabled=true --blockonly=true

About


Languages

Language:C# 97.5%Language:CSS 1.1%Language:HTML 1.0%Language:JavaScript 0.4%