Skip to content

Commit

Permalink
Merge branch 'st/chore/remove-external-logged-from-interface' into st…
Browse files Browse the repository at this point in the history
…/feat/decoding-logs-from-script-transaction-request
  • Loading branch information
Torres-ssf committed Mar 26, 2024
2 parents 5004a5d + 1828d89 commit b94e82e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/program/src/functions/invocation-results.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/* eslint-disable max-classes-per-file */
import type {
CallResult,
JsonAbisFromAllCalls,
TransactionResponse,
TransactionResult,
TransactionResultReceipt,
Expand Down Expand Up @@ -78,7 +79,7 @@ export class InvocationResult<T = any> {
*
* @returns The ABIs from all calls.
*/
getAbiFromAllCalls() {
getAbiFromAllCalls(): JsonAbisFromAllCalls {
return getAbisFromAllCalls(this.functionScopes);
}

Expand Down

0 comments on commit b94e82e

Please sign in to comment.