This repository has been archived by the owner on Oct 6, 2023. It is now read-only.
[WIP] Endowment Allowlists as Iterable Mappings #484
Annotations
10 errors
ci:
test/core/IndexFund.ts#L129
Type '{ endowId: number; fundId: number; addr: string; }' is not assignable to type 'BeneficiaryDataStruct'.
|
ci:
test/core/IndexFund.ts#L135
Type '{ endowId: number; fundId: number; addr: string; }' is not assignable to type 'BeneficiaryDataStruct'.
|
ci:
test/core/IndexFund.ts#L146
Type '{ endowId: number; fundId: number; addr: string; }' is not assignable to type 'BeneficiaryDataStruct'.
|
ci:
test/core/accounts/AccountsAllowance.ts#L47
Type '{ endowId: number; fundId: number; addr: string; }' is not assignable to type 'BeneficiaryDataStruct'.
|
ci:
test/core/accounts/AccountsAllowance.ts#L58
Property 'allowlistedBeneficiaries' does not exist on type 'EndowmentStruct'.
|
ci:
test/core/accounts/AccountsAllowance.ts#L59
Property 'maturityAllowlist' does not exist on type 'EndowmentStruct'.
|
ci:
test/core/accounts/AccountsAllowance.ts#L65
Type '{ endowId: number; fundId: number; addr: string; }' is not assignable to type 'BeneficiaryDataStruct'.
|
ci:
test/core/accounts/AccountsAllowance.ts#L153
Type '{ endowId: number; fundId: number; addr: string; }' is not assignable to type 'BeneficiaryDataStruct'.
|
ci:
test/core/accounts/AccountsCreateEndowment.ts#L328
Property 'allowlistedBeneficiaries' does not exist on type 'EndowmentStructOutput'.
|
ci:
test/core/accounts/AccountsCreateEndowment.ts#L329
Property 'allowlistedContributors' does not exist on type 'EndowmentStructOutput'.
|