示例#1
0
 /// <inheritdoc cref="IStore"/>
 public void ForkStateReferences <T>(
     Guid sourceChainId,
     Guid destinationChainId,
     Block <T> branchPoint)
     where T : IAction, new()
 {
     _store.ForkStateReferences(sourceChainId, destinationChainId, branchPoint);
 }