|
@@ -231,6 +231,7 @@ export interface IParticipantConfig {
|
|
|
accounts?: string[];
|
|
accounts?: string[];
|
|
|
institutionRoles?: string[];
|
|
institutionRoles?: string[];
|
|
|
fixedCollaborators?: IFixedCollaboratorConfig[];
|
|
fixedCollaborators?: IFixedCollaboratorConfig[];
|
|
|
|
|
+ cooperations?: { type: string; value: string }[];
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
export interface IProcedureParticipantExecutor {
|
|
export interface IProcedureParticipantExecutor {
|