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 {
@@ -64,6 +68,7 @@ export type SnapMethods = {
6468 snap_getBip32PublicKey : [ GetBip32PublicKeyParams , GetBip32PublicKeyResult ] ;
6569 snap_getBip44Entropy : [ GetBip44EntropyParams , GetBip44EntropyResult ] ;
6670 snap_getClientStatus : [ GetClientStatusParams , GetClientStatusResult ] ;
71+ snap_getCurrencyRate : [ GetCurrencyRateParams , GetCurrencyRateResult ] ;
6772 snap_getEntropy : [ GetEntropyParams , GetEntropyResult ] ;
6873 snap_getFile : [ GetFileParams , GetFileResult ] ;
6974 snap_getLocale : [ GetLocaleParams , GetLocaleResult ] ;
You can’t perform that action at this time.
0 commit comments