export interface Participant { cosmosAddress: string; nitroAddress: string; role: string; kycId: string; }