Skip to content

Commit

Permalink
fix: deploy return type in interface
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkelawala committed Nov 1, 2022
1 parent 4b99f4a commit 6a663d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/account/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export abstract class AccountInterface extends ProviderInterface {
deployContractPayload: UniversalDeployerContractPayload,
additionalCalls?: AllowArray<Call>,
transactionsDetail?: InvocationsDetails
): Promise<any>;
): Promise<InvokeFunctionResponse>;

/**
* Deploy the account on Starknet
Expand Down

0 comments on commit 6a663d4

Please sign in to comment.