ipld-eth-server/core/transaction.go
2017-11-02 15:07:38 -05:00

12 lines
158 B
Go

package core
type Transaction struct {
Hash string
Data []byte
Nonce uint64
To string
GasLimit int64
GasPrice int64
Value int64
}