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