Skip to content

Commit

Permalink
Updates document groups.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesduncombe committed Jan 31, 2024
1 parent 4399665 commit 1944254
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,18 @@ defmodule TTEth.MixProject do

defp groups_for_modules(),
do: [
"Transactions Types": [
TTEth.Transactions.LegacyTransaction,
TTEth.Transactions.EIP1559Transaction
],
Behaviours: [
TTEth.Behaviours.ChainClient,
TTEth.Behaviours.Transaction,
TTEth.Behaviours.Wallet
],
Protocols: [
TTEth.Protocols.Wallet
],
Types: [
TTEth.Type.Address,
TTEth.Type.Hash,
Expand Down

0 comments on commit 1944254

Please sign in to comment.