lib/universa/fs_store/entry.rb in universa-3.9.14.7 vs lib/universa/fs_store/entry.rb in universa-3.9.15.pre.p1

- old
+ new

@@ -9,10 +9,10 @@ # @return [String] the +contract.definition.data.currency+ value or nil. # # @!method amount # @return [BigDecimal] +contract.state.data.amount+ or nil. See {Contract#amount} for more. # - class Entry < Universa::StoredContractBase + class Entry < Universa::StoredContract extend Forwardable # (see StoredContract#load) def load(hash_id) \ No newline at end of file