Part of [laconicd testnet validator enrollment](https://www.notion.so/laconicd-testnet-validator-enrollment-6fc1d3cafcc64fef8c5ed3affa27c675) Co-authored-by: Adw8 <adwaitgharpure@gmail.com> Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com> Co-authored-by: IshaVenikar <ishavenikar7@gmail.com> Co-authored-by: Shreerang Kale <shreerangkale@gmail.com> Reviewed-on: cerc-io/testnet-onboarding-app#28
7 lines
125 B
TypeScript
7 lines
125 B
TypeScript
export interface Participant {
|
|
cosmosAddress: string;
|
|
nitroAddress: string;
|
|
role: string;
|
|
kycId: string;
|
|
}
|