Skip to content

Commit

Permalink
Merge pull request #39 from secretkeylabs/edu-mark-method-deprecated
Browse files Browse the repository at this point in the history
Add deprecation notice
  • Loading branch information
m-aboelenein authored Sep 17, 2024
2 parents 1907a34 + 0494f09 commit 58a1294
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/addresses/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import { createUnsecuredToken } from 'jsontokens';
import { getProviderOrThrow } from '../provider';
import type { GetAddressOptions } from './types';

/**
* @deprecated Use `request()` instead
*/
export const getAddress = async (options: GetAddressOptions) => {
const provider = await getProviderOrThrow(options.getProvider);

Expand Down

0 comments on commit 58a1294

Please sign in to comment.