Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IStateManager ¶
type IStateManager interface { ResolveToKeyAddress(ctx context.Context, addr address.Address, ts *types.TipSet) (address.Address, error) GetPaychState(ctx context.Context, addr address.Address, ts *types.TipSet) (*types.Actor, paych.State, error) Call(ctx context.Context, msg *types.UnsignedMessage, ts *types.TipSet) (*types.InvocResult, error) GetMarketState(ctx context.Context, ts *types.TipSet) (market.State, error) }
stateManagerAPI defines the methods needed from StateManager todo remove this code and add private interface in market and paychanel package
func NewStateMangerAPI ¶
func NewStateMangerAPI(crw *chain.Store, cp consensus.Protocol) IStateManager
Click to show internal directories.
Click to hide internal directories.