fork

abstract suspend fun fork(): Chain<T>

Create a copy of current chain state. Consuming resulting chain does not affect initial chain.

Sources

Link copied to clipboard