account_index - uint32
: Return balance for this account.address_indices - uint32[]
: (Optional) Return balance detail for those subaddresses.balance - uint64
: The total balance (atomic units) of the currently opened wallet.unlocked_balance - uint64
: Unlocked funds are those funds that are sufficiently deep enough in the beldex blockchain to be considered safe to spend.multisig_import_needed - bool
: True if importing multisig data is needed for returning a correct balance.per_subaddress - per_subaddress_info[]
: Balance information for each subaddress in an account.address_index - uint32
: Index of the subaddress in the account.address - string
: Address at this index. Base58 representation of the public keys.balance - uint64
: Balance for the subaddress (locked or unlocked).unlocked_balance - uint64
: Unlocked funds are those funds that are sufficiently deep enough in the beldex blockchain to be considered safe to spend.label - string
: Label for the subaddress.num_unspent_outputs - uint64
: Number of unspent outputs available for the subaddress.account_index - uint32
: Get the wallet addresses for the specified account.address_index - uint32[]
: (Optional) List of subaddresses to return from the aforementioned account.address - string
: (Deprecated) Remains to be compatible with older RPC formataddresses - address_info[]
: Addresses informations.address - string
: The (sub)address string.label - string
: Label of the (sub)address.address_index - uint32
: Index of the subaddressused - bool
: True if the (sub)address has received funds before.address - string
: (Sub)address to look for.index - cryptonote::subaddress_index
: Account index followed by the subaddress index.account_index - uint32
: Create a new subaddress for this account.label - string
: (Optional) Label for the new subaddress.address - string
: The newly requested address.address_index - uint32
: Index of the new address in the requested account index.index - cryptonote::subaddress_index
: Major & minor address index label - string
: Label for the address.tag - string
: (Optional) Tag for filtering accounts. All accounts if empty, otherwise those accounts with this tagtotal_balance - uint64
: Total balance of the selected accounts (locked or unlocked).total_unlocked_balance - uint64
: Total unlocked balance of the selected accounts.subaddress_accounts - subaddress_account_info[]
: Account information.account_index - uint32
: Index of the account.base_address - string
: The first address of the account (i.e. the primary address).balance - uint64
: Balance of the account (locked or unlocked).unlocked_balance - uint64
: Unlocked balance for the account.label - string
: (Optional) Label of the account.tag - string
: (Optional) Tag for filtering accounts.label - string
: (Optional) Label for the account.account_index - uint32
: Index of the new account.address - string
: The primary address of the new account.account_index - uint32
: Account index to set the label for.label - string
: Label for the account.account_tags - account_tag_info[]
: Account tag information:tag - string
: Filter tag.label - string
: Label for the tag.accounts - uint32[]
: List of tagged account indices.tag - string
: Tag for the accounts.accounts - uint32[]
: Tag this list of accounts.accounts - uint32[]
: Remove tag from this list of accounts.tag - string
: Set a description for this tag.description - string
: Description for the tag.height - uint64
: The current wallet's blockchain height. If the wallet has been offline for a long time, it may need to catch up with the daemon.destinations - transfer_destination[]
: Array of destinations to receive BELDEX.account_index - uint32
: (Optional) Transfer from this account index. (Defaults to 0)subaddr_indices - uint32[]
: (Optional) Transfer from this set of subaddresses. (Defaults to 0)priority - uint32
: Set a priority for the transaction. Accepted Values are: default (1), or 0-3 for: unimportant, normal, elevated, priority.mixin - uint64
: (Deprecated) Set to 9. Number of outputs from the blockchain to mix with. Beldex mixin statically set to 9.ring_size - uint64
: (Deprecated) Set to 10. Sets ringsize to n (mixin + 1). Beldex ring_size is statically set to 10.unlock_time - uint64
: Number of blocks before the beldex can be spent (0 to use the default lock time).payment_id - string
: (Optional) Random 64-character hex string to identify a transaction.get_tx_key - bool
: (Optional) Return the transaction key after sending.do_not_relay - bool
: (Optional) If true, the newly created transaction will not be relayed to the beldex network. (Defaults to false)get_tx_hex - bool
: Return the transaction as hex string after sending. (Defaults to false)get_tx_metadata - bool
: Return the metadata needed to relay the transaction. (Defaults to false)tx_hash - string
: Publically searchable transaction hash.tx_key - string
: Transaction key if get_tx_key is true, otherwise, blank string.amount - uint64
: Amount transferred for the transaction.fee - uint64
: Fee charged for the txn.tx_blob - string
: Raw transaction represented as hex string, if get_tx_hex is true.tx_metadata - string
: Set of transaction metadata needed to relay this transfer later, if get_tx_metadata is true.multisig_txset - string
: Set of multisig transactions in the process of being signed (empty for non-multisig).unsigned_txset - string
: Set of unsigned tx for cold-signing purposes.destinations - transfer_destination[]
: Array of destinations to receive BELDEX:account_index - uint32
: (Optional) Transfer from this account index. (Defaults to 0)subaddr_indices - uint32[]
: (Optional) Transfer from this set of subaddresses. (Defaults to 0)priority - uint32
: Set a priority for the transactions. Accepted Values are: 0-3 for: default, unimportant, normal, elevated, priority.mixin - uint64
: (Ignored) Number of outputs from the blockchain to mix with. Beldex mixin statically set to 9.ring_size - uint64
: (Ignored) Sets ringsize to n (mixin + 1). Beldex ring_size is statically set to 10.unlock_time - uint64
: Number of blocks before the beldex can be spent (0 to not add a lock).payment_id - string
: (Optional) Random 32-byte/64-character hex string to identify a transaction.get_tx_keys - bool
: (Optional) Return the transaction keys after sending.do_not_relay - bool
: (Optional) If true, the newly created transaction will not be relayed to the beldex network. (Defaults to false)get_tx_hex - bool
: Return the transactions as hex string after sending.get_tx_metadata - bool
: Return list of transaction metadata needed to relay the transfer later.tx_hash_list - string[]
: The tx hashes of every transaction.tx_key_list - string[]
: The transaction keys for every transaction.amount_list - uint64[]
: The amount transferred for every transaction.fee_list - uint64[]
: The amount of fees paid for every transaction.tx_blob_list - string[]
: The tx as hex string for every transaction.tx_metadata_list - string[]
: List of transaction metadata needed to relay the transactions later.multisig_txset - string
: The set of signing keys used in a multisig transaction (empty for non-multisig).unsigned_txset - string
: Set of unsigned tx for cold-signing purposes.unsigned_txset - string
: Set of unsigned tx returned by "transfer" or "transfer_split" methods.desc - transfer_description[]
: List of information of transfers.amount_in - uint64
: Amount in, in atomic units.amount_out - uint64
: amount out, in atomic units.ring_size - uint32
: Ring size of transfer.unlock_time - uint64
: Number of blocks before the beldex can be spent (0 represents the default network lock time).recipients - recipient[]
: List of addresses and amounts.address - string
: Destination public address.amount - uint64
: Amount in atomic units.payment_id - string
: Payment ID matching the input parameter.change_amount - uint64
: Change received from transaction in atomic units.change_address - string
: Address the change was sent to.fee - uint64
: Fee of the transaction in atomic units.dummy_outputs - uint32
extra - string
: Data stored in the tx extra represented in hex.unsigned_txset - string
: Set of unsigned tx returned by "transfer" or "transfer_split" methods.export_raw - bool
: (Optional) If true, return the raw transaction data. (Defaults to false)get_tx_keys - bool
: (Optional) Return the transaction keys after sending.signed_txset - string
: Set of signed tx to be used for submitting transfer.tx_hash_list - string[]
: The tx hashes of every transaction.tx_raw_list - string[]
: The tx raw data of every transaction.tx_key_list - string[]
: The tx key data of every transaction.tx_data_hex - string
: Set of signed tx returned by "sign_transfer".tx_hash_list - string[]
: The tx hashes of every transaction.get_tx_keys - bool
: (Optional) Return the transaction keys after sending.do_not_relay - bool
: (Optional) If true, the newly created transaction will not be relayed to the beldex network. (Defaults to false)get_tx_hex - bool
: (Optional) Return the transactions as hex string after sending. (Defaults to false)get_tx_metadata - bool
: (Optional) Return list of transaction metadata needed to relay the transfer later. (Defaults to false)tx_hash_list - string[]
: The tx hashes of every transaction.tx_key_list - string[]
: The transaction keys for every transaction.amount_list - uint64[]
: The amount transferred for every transaction.fee_list - uint64[]
: The amount of fees paid for every transaction.tx_blob_list - string[]
: The tx as hex string for every transaction.tx_metadata_list - string[]
: List of transaction metadata needed to relay the transactions later. multisig_txset - string
: The set of signing keys used in a multisig transaction (empty for non-multisig).unsigned_txset - string
: Set of unsigned tx for cold-signing purposes.address - string
: Destination public address.account_index - uint32
: Sweep transactions from this account.subaddr_indices - uint32[]
: (Optional) Sweep from this set of subaddresses in the account.priority - uint32
: (Optional) Priority for sending the sweep transfer, partially determines fee. mixin - uint64
: (Deprecated) Set to 9. Number of outputs from the blockchain to mix with. Beldex mixin statically set to 9.ring_size - uint64
: (Deprecated) Set to 10. Sets ringsize to n (mixin + 1). Beldex ring_size is statically set to 10.outputs - uint64
unlock_time - uint64
: Number of blocks before the beldex can be spent (0 to not add a lock). payment_id - string
: (Optional) 64-character hex string to identify a transaction.get_tx_keys - bool
: (Optional) Return the transaction keys after sending.below_amount - uint64
: (Optional) Include outputs below this amount.do_not_relay - bool
: (Optional) If true, do not relay this sweep transfer. (Defaults to false)get_tx_hex - bool
: (Optional) return the transactions as hex encoded string. (Defaults to false)get_tx_metadata - bool
: (Optional) return the transaction metadata as a string. (Defaults to false)tx_hash_list - string[]
: The tx hashes of every transaction.tx_key_list - string[]
: The transaction keys for every transaction.amount_list - uint64[]
: The amount transferred for every transaction.fee_list - uint64[]
: The amount of fees paid for every transaction.tx_blob_list - string[]
: The tx as hex string for every transaction.tx_metadata_list - string[]
: List of transaction metadata needed to relay the transactions later.multisig_txset - string
: The set of signing keys used in a multisig transaction (empty for non-multisig).unsigned_txset - string
: Set of unsigned tx for cold-signing purposes.