@bitgo-beta/sdk-core 8.2.1-beta.823 → 8.2.1-beta.824

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -559,7 +559,7 @@ export declare class Wallet implements IWallet {
559
559
  */
560
560
  prebuildAndSignTransaction(params?: PrebuildAndSignTransactionOptions): Promise<SignedTransaction>;
561
561
  /**
562
- * Accelerate a transaction's confirmation using Child-Pays-For-Parent (CPFP)
562
+ * Accelerate a transaction's confirmation using Child-Pays-For-Parent (CPFP) or Replace-By-Fee (RBF)
563
563
  * @param params
564
564
  */
565
565
  accelerateTransaction(params?: AccelerateTransactionOptions): Promise<any>;