File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
packages/snaps-sdk/src/types/methods Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ import type {
2020 GetClientStatusParams ,
2121 GetClientStatusResult ,
2222} from './get-client-status' ;
23+ import type {
24+ GetCurrencyRateParams ,
25+ GetCurrencyRateResult ,
26+ } from './get-currency-rate' ;
2327import type { GetEntropyParams , GetEntropyResult } from './get-entropy' ;
2428import type { GetFileParams , GetFileResult } from './get-file' ;
2529import type {
@@ -65,6 +69,7 @@ export type SnapMethods = {
6569 snap_getBip44Entropy : [ GetBip44EntropyParams , GetBip44EntropyResult ] ;
6670 snap_getClientStatus : [ GetClientStatusParams , GetClientStatusResult ] ;
6771 snap_getEntropy : [ GetEntropyParams , GetEntropyResult ] ;
72+ snap_getCurrencyRate : [ GetCurrencyRateParams , GetCurrencyRateResult ] ;
6873 snap_getFile : [ GetFileParams , GetFileResult ] ;
6974 snap_getLocale : [ GetLocaleParams , GetLocaleResult ] ;
7075 snap_getPreferences : [ GetPreferencesParams , GetPreferencesResult ] ;
You can’t perform that action at this time.
0 commit comments