interface IComplexAgenda {
    action: Cooperative.Blockchain.IAction;
    documents: IComplexDocument;
    table: SovietContract.Interfaces.IDecision;
}

Hierarchy (view full)

Properties

documents: IComplexDocument