Skip to content
Cosmopediaby Unity Nodes
DiscussionsCosmos-SDKKeyring replacementForum ↗

Keyring replacement

Cosmos-SDK2 posts492 views1 likesLast activity Apr 2021
AK
akiaxikaOP
Apr 2021

Hi, could you please clarify if I understand correctly that if we specify our implementation of the keyring interface when starting the node, then it will be used by our and standard modules?

Example:
initClientCtx := client.Context{}.WithKeyring(&OurKeyring{})

ZA
zaki_iqlusion
Apr 2021 1

yeah the Context object is how all standard modules access the keyring.

← Back to Discussions