forked from cerc-io/ipld-eth-server
8 lines
151 B
Go
8 lines
151 B
Go
package vat_init
|
|
|
|
type VatInitModel struct {
|
|
Ilk string
|
|
TransactionIndex uint `db:"tx_idx"`
|
|
Raw []byte `db:"raw_log"`
|
|
}
|