aries-framework-go
aries-framework-go copied to clipboard
Consider merging OpenStore and SetStoreConfig methods in storage interface
SetStoreConfig is currently a separate call from OpenStore, but since it's expected that SetStoreConfig will get called right after OpenStore anyway, why not make the store configuration an option for an OpenStore call?