Skip to content

Commit

Permalink
fix: delete functions from interface
Browse files Browse the repository at this point in the history
  • Loading branch information
OxBonaparte committed Nov 25, 2022
1 parent 69b5bcc commit 1cb96a3
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/account/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,23 +219,4 @@ export abstract class AccountInterface extends ProviderInterface {
estimateFeeAction: EstimateFeeAction,
details: EstimateFeeDetails
): Promise<BigNumberish>;

/**
* Get starknet.id stark name with the address
*
* @param {string} StarknetIdContract
* @returns name
*/
public abstract getStarkName(StarknetIdContract?: string): Promise<string | Error>;

/**
* Get starknet.id address with the stark name
*
* @param {string} StarknetIdContract
* @returns name
*/
public abstract getAddressFromStarkName(
name: string,
StarknetIdContract?: string
): Promise<string | Error>;
}

0 comments on commit 1cb96a3

Please sign in to comment.