Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarranzav committed Jun 26, 2023
1 parent c2acb8b commit 2e0d2da
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,10 @@ export interface ActionStakeUsageSummary {
balance: BigNumber
}

export type PopulateTransactionResult = PopulatedTransaction | PopulatedTransaction[] | ActionFailure
export type PopulateTransactionResult =
| PopulatedTransaction
| PopulatedTransaction[]
| ActionFailure

export type TransactionResult =
| ContractReceipt
Expand Down

0 comments on commit 2e0d2da

Please sign in to comment.