We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc84e5 commit bf8fd73Copy full SHA for bf8fd73
packages/invoice-dashboard/src/lib/react/InvoiceDashboard.d.ts
@@ -9,8 +9,6 @@ export interface InvoiceDashboardProps {
9
wagmiConfig: WagmiConfig;
10
requestNetwork: RequestNetwork | null | undefined;
11
currencies: CurrencyTypes.CurrencyInput[];
12
- isDecryptionEnabled: boolean;
13
- enableDecryption: (option: boolean) => void;
14
}
15
/**
16
* InvoiceDashboard is a React component that integrates with the Request Network to manage and display invoices.
0 commit comments