fudge icon indicating copy to clipboard operation
fudge copied to clipboard

Implement `state_export`

Open mustermeiszer opened this issue 2 years ago • 0 comments

A method that allows to return a copy of a state a specific block.

API

fn state_export(at: BlockId) -> <B as Backend<Block>>::State

Needed for https://github.com/centrifuge/genMake and useful for https://github.com/centrifuge/herrin.

mustermeiszer avatar Nov 17 '22 08:11 mustermeiszer