[][src]Module factom::walletd

General utility functions relating to factom-walletd

Structs

Address
Ecaccountbalances
Fctaccountbalances
Height

get-height function

Properties

wallet-properties function

SignData

sign-data function

UnlockWallet

unlock-wallet function

WalletBackup

wallet-backup function

WalletBalances

wallet-balances function

Functions

unlock_wallet

Unlocks this wallet for the amount of time specified in seconds by timeout. The maximum amount of time a wallet can be unlocked for is 230 seconds (Roughly 34 Years… Give or take a decade). This command will only work on wallets that are encrypted. If successful, returns the expiration time of your access as a Unix timestamp.

wallet_backup

Return the wallet seed and all addresses in the wallet for backup and offline storage.

wallet_balances

The wallet-balances API is used to query the acknowledged and saved balances for all addresses in the currently running factom-walletd. The saved balance is the last saved to the database and the acknowledged or “ack” balance is the balance after processing any in-flight transactions known to the Factom node responding to the API call. The factoid address balance will be returned in factoshis (a factoshi is 10^8 factoids) not factoids(FCT) and the entry credit balance will be returned in entry credits.

wallet_height

Get the current hight of blocks that have been cached by the wallet while syncing.

wallet_properties

Retrieve current properties of factom-walletd, including the wallet and wallet API versions.