Skip to content

Commit 2568dfd

Browse files
authored
Merge pull request #61 from Trustless-Work/feat/participation-token-module
Feat/participation token module
2 parents ba6f7d5 + 286d16e commit 2568dfd

36 files changed

+845
-8
lines changed

apps/core/dist/app.module.js

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/core/dist/app.module.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/core/dist/deploy/deploy.service.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/core/dist/deploy/deploy.service.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export declare class DeployParticipationTokenDto {
22
escrowContractId: string;
3+
tokenContractId: string;
34
callerPublicKey: string;
45
}

apps/core/dist/deploy/dto/deploy-participation-token.dto.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/core/dist/deploy/dto/deploy-participation-token.dto.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
export declare class CreateLoanDto {
2+
campaignId: string;
3+
description: string;
4+
amount: number;
5+
receiver: string;
6+
milestoneIndex?: number;
7+
}

apps/core/dist/loans/dto/create-loan.dto.js

Lines changed: 47 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/core/dist/loans/dto/create-loan.dto.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)