package apistruct import "github.com/filecoin-project/lotus/api" type ChainIO = api.ChainIO type Common = api.Common type FullNode = api.FullNode type Gateway = api.Gateway type Signable = api.Signable type StorageMiner = api.StorageMiner type Wallet = api.Wallet type Worker = api.Worker