Skip to content

Commit

Permalink
re-order
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeRx committed Oct 16, 2024
1 parent c7bcae8 commit ca5ee46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/snaps-sdk/src/types/methods/methods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ export type SnapMethods = {
snap_getBip32PublicKey: [GetBip32PublicKeyParams, GetBip32PublicKeyResult];
snap_getBip44Entropy: [GetBip44EntropyParams, GetBip44EntropyResult];
snap_getClientStatus: [GetClientStatusParams, GetClientStatusResult];
snap_getEntropy: [GetEntropyParams, GetEntropyResult];
snap_getCurrencyRate: [GetCurrencyRateParams, GetCurrencyRateResult];
snap_getEntropy: [GetEntropyParams, GetEntropyResult];
snap_getFile: [GetFileParams, GetFileResult];
snap_getLocale: [GetLocaleParams, GetLocaleResult];
snap_getPreferences: [GetPreferencesParams, GetPreferencesResult];
Expand Down

0 comments on commit ca5ee46

Please sign in to comment.