Merge branch 'desc' of github.com:ysrotciv/lotus into docs/ysrotciv-desc
This commit is contained in:
commit
8a39b79ee8
@ -402,7 +402,7 @@ type FullNode interface {
|
|||||||
StateCall(context.Context, *types.Message, types.TipSetKey) (*InvocResult, error) //perm:read
|
StateCall(context.Context, *types.Message, types.TipSetKey) (*InvocResult, error) //perm:read
|
||||||
// StateReplay replays a given message, assuming it was included in a block in the specified tipset.
|
// StateReplay replays a given message, assuming it was included in a block in the specified tipset.
|
||||||
//
|
//
|
||||||
// If a tipset key is provided, and a replacing message is found on chain,
|
// If a tipset key is provided, and a replacing message is not found on chain,
|
||||||
// the method will return an error saying that the message wasn't found
|
// the method will return an error saying that the message wasn't found
|
||||||
//
|
//
|
||||||
// If no tipset key is provided, the appropriate tipset is looked up, and if
|
// If no tipset key is provided, the appropriate tipset is looked up, and if
|
||||||
|
@ -386,7 +386,7 @@ type FullNode interface {
|
|||||||
StateCall(context.Context, *types.Message, types.TipSetKey) (*api.InvocResult, error) //perm:read
|
StateCall(context.Context, *types.Message, types.TipSetKey) (*api.InvocResult, error) //perm:read
|
||||||
// StateReplay replays a given message, assuming it was included in a block in the specified tipset.
|
// StateReplay replays a given message, assuming it was included in a block in the specified tipset.
|
||||||
//
|
//
|
||||||
// If a tipset key is provided, and a replacing message is found on chain,
|
// If a tipset key is provided, and a replacing message is not found on chain,
|
||||||
// the method will return an error saying that the message wasn't found
|
// the method will return an error saying that the message wasn't found
|
||||||
//
|
//
|
||||||
// If no tipset key is provided, the appropriate tipset is looked up, and if
|
// If no tipset key is provided, the appropriate tipset is looked up, and if
|
||||||
|
Binary file not shown.
@ -6195,7 +6195,7 @@ Response:
|
|||||||
### StateReplay
|
### StateReplay
|
||||||
StateReplay replays a given message, assuming it was included in a block in the specified tipset.
|
StateReplay replays a given message, assuming it was included in a block in the specified tipset.
|
||||||
|
|
||||||
If a tipset key is provided, and a replacing message is found on chain,
|
If a tipset key is provided, and a replacing message is not found on chain,
|
||||||
the method will return an error saying that the message wasn't found
|
the method will return an error saying that the message wasn't found
|
||||||
|
|
||||||
If no tipset key is provided, the appropriate tipset is looked up, and if
|
If no tipset key is provided, the appropriate tipset is looked up, and if
|
||||||
|
@ -6663,7 +6663,7 @@ Response:
|
|||||||
### StateReplay
|
### StateReplay
|
||||||
StateReplay replays a given message, assuming it was included in a block in the specified tipset.
|
StateReplay replays a given message, assuming it was included in a block in the specified tipset.
|
||||||
|
|
||||||
If a tipset key is provided, and a replacing message is found on chain,
|
If a tipset key is provided, and a replacing message is not found on chain,
|
||||||
the method will return an error saying that the message wasn't found
|
the method will return an error saying that the message wasn't found
|
||||||
|
|
||||||
If no tipset key is provided, the appropriate tipset is looked up, and if
|
If no tipset key is provided, the appropriate tipset is looked up, and if
|
||||||
|
Loading…
Reference in New Issue
Block a user