8 lines
109 B
Go
8 lines
109 B
Go
package core
|
|
|
|
type Contract struct {
|
|
Abi string
|
|
Hash string
|
|
Transactions []Transaction
|
|
}
|