Class: Ciri::Types::LogEntry
- Inherits:
-
Object
- Object
- Ciri::Types::LogEntry
- Includes:
- RLP::Serializable
- Defined in:
- lib/ciri/types/log_entry.rb
Instance Method Summary collapse
Instance Method Details
#to_blooms ⇒ Object
40 41 42 |
# File 'lib/ciri/types/log_entry.rb', line 40 def to_blooms [address.to_s, *topics.map {|t| Utils.big_endian_encode(t, size: 32)}] end |