package onboarding // onboarding module event types const ( EventTypeOnboardParticipant = "onboard_participant" AttributeKeySigner = "signer" AttributeKeyEthAddress = "eth_address" AttributeValueCategory = ModuleName )