forked from cerc-io/ipld-eth-server
Add raw log to Frob record in DB
- Enables parsing additional values off the log if necessary - Also update Frob to reflect DSS changes (lad => urn) - Move Frob constants to shared directory
This commit is contained in:
@@ -15,11 +15,13 @@
|
||||
package frob
|
||||
|
||||
type FrobModel struct {
|
||||
Ilk []byte
|
||||
Lad []byte
|
||||
Ink string
|
||||
Art string
|
||||
Dink string
|
||||
Dart string
|
||||
IArt string
|
||||
Ilk []byte
|
||||
Urn []byte
|
||||
Ink string
|
||||
Art string
|
||||
Dink string
|
||||
Dart string
|
||||
IArt string
|
||||
TransactionIndex uint `db:"tx_idx"`
|
||||
Raw []byte `db:"raw_log"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user