lotus/chain/types/ask.go

10 lines
186 B
Go
Raw Normal View History

2019-09-13 21:00:36 +00:00
package types
import (
2020-02-13 00:15:33 +00:00
"github.com/filecoin-project/go-fil-markets/storagemarket"
2019-09-13 21:00:36 +00:00
)
2020-02-13 00:15:33 +00:00
type SignedStorageAsk = storagemarket.SignedStorageAsk
2019-09-13 21:00:36 +00:00
2020-02-13 03:50:37 +00:00
type StorageAsk = storagemarket.StorageAsk