Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kajoseph committed Jan 8, 2024
1 parent d0c3ad9 commit ef7d59b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/bitcore-client/src/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export interface WalletObj {
addressType: string;
}

export type BumpTxFeeType = {
export interface BumpTxFeeType {
txid?: string;
rawTx?: string;
changeIdx?: number;
Expand All @@ -49,7 +49,7 @@ export type BumpTxFeeType = {
feePriority?: number;
noRbf?: boolean;
isSweep?: boolean;
};
}


export class Wallet {
Expand Down

0 comments on commit ef7d59b

Please sign in to comment.