* saved under one nickname.
*/
export declare class Rolodex {
+ #private
/**
* Adds an address to the rolodex under a specific nickname.
*
address: string
message: string
}
+
/**
* Converts a decimal amount of nano from one unit divider to another.
*
* them all to a single recipient address. Hardware wallets are unsupported.
*
* @param {Rpc|string|URL} rpc - RPC node information required to refresh accounts, calculate PoW, and process blocks
-* @param {Wallet|Ledger} wallet - Wallet from which to sweep funds
+* @param {(Wallet|Ledger)} wallet - Wallet from which to sweep funds
* @param {string} recipient - Destination address for all swept funds
* @param {number} from - Starting account index to sweep
* @param {number} to - Ending account index to sweep