def newVerkeyFetched(didAddedWithAbbrvVerkey, looper, trustAnchor, trustAnchorWallet, abbrevIdr, wallet): """{ type: GET_NYM, dest: <id1> }""" fetchFullVerkeyFromSovrin(looper, trustAnchorWallet, trustAnchor, wallet, abbrevIdr)
def newVerkeyFetched(didAddedWithFullVerkey, looper, trustAnchor, trustAnchorWallet, fullKeyIdr, wallet): """{ type: GET_NYM, dest: <id1> }""" fetchFullVerkeyFromSovrin(looper, trustAnchorWallet, trustAnchor, wallet, fullKeyIdr)
def newVerkeyFetched(didAddedWithAbbrvVerkey, looper, sponsor, sponsorWallet, abbrevIdr, wallet): """{ type: GET_NYM, dest: <id1> }""" fetchFullVerkeyFromSovrin(looper, sponsorWallet, sponsor, wallet, abbrevIdr)