Documentation ¶
Index ¶
- type RPCStateManager
- func (s *RPCStateManager) Call(ctx context.Context, msg *types.Message, ts *types.TipSet) (*api.InvocResult, error)
- func (s *RPCStateManager) GetPaychState(ctx context.Context, addr address.Address, ts *types.TipSet) (*types.Actor, paych.State, error)
- func (s *RPCStateManager) LoadActorTsk(ctx context.Context, addr address.Address, tsk types.TipSetKey) (*types.Actor, error)
- func (s *RPCStateManager) LookupID(ctx context.Context, addr address.Address, ts *types.TipSet) (address.Address, error)
- func (s *RPCStateManager) ResolveToKeyAddress(ctx context.Context, addr address.Address, ts *types.TipSet) (address.Address, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RPCStateManager ¶
type RPCStateManager struct {
// contains filtered or unexported fields
}
func NewRPCStateManager ¶
func NewRPCStateManager(api api.Gateway) *RPCStateManager
func (*RPCStateManager) Call ¶
func (s *RPCStateManager) Call(ctx context.Context, msg *types.Message, ts *types.TipSet) (*api.InvocResult, error)
func (*RPCStateManager) GetPaychState ¶
func (*RPCStateManager) LoadActorTsk ¶
func (*RPCStateManager) ResolveToKeyAddress ¶
Click to show internal directories.
Click to hide internal directories.