Remove `Backend` in favor of `LedgerClient` directly
MitchTurner opened this issue · 0 comments
MitchTurner commented
I don't think Backend
is giving us much value at this point. Worth checking if we can just pass an LC in directly instead of dealing with the intermediate type.
The process
method can just be added to the default methods on the LedgerClient
trait.