parent
1af13f88f3
commit
ea1f7f7c3d
@ -1,8 +1,12 @@ |
||||
defmodule Explorer.Chain.SmartContract.ExternalLibrary do |
||||
@moduledoc """ |
||||
The representation of an external library that was used for a smart contract. |
||||
""" |
||||
|
||||
use Ecto.Schema |
||||
|
||||
embedded_schema do |
||||
field :name |
||||
field :address_hash |
||||
field(:name) |
||||
field(:address_hash) |
||||
end |
||||
end |
||||
|
Loading…
Reference in new issue