Type Alias: ClaimBalanceStatInput
ClaimBalanceStatInput = {
claimType:Accredited;issuer:Identity;value?: {accredited:BigNumber;nonAccredited:BigNumber; }; } | {claimType:Affiliate;issuer:Identity;value?: {affiliate:BigNumber;nonAffiliate:BigNumber; }; } | {claimType:Jurisdiction;issuer:Identity;value?:object[]; }
Defined in: src/api/procedures/types.ts:516
Union Members
Type Literal
{ claimType: Accredited; issuer: Identity; value?: { accredited: BigNumber; nonAccredited: BigNumber; }; }
| Name | Type | Description | Defined in |
|---|---|---|---|
| ‐ | ||
| ‐ | ||
|
| The total balance values for token holder with the accredited and non-accredited claim Note If not provided when enabling a stat, values will default to zero. If not provided when updating stats, the current values will remain unchanged | |
|
| ‐ | |
|
| ‐ |
Type Literal
{ claimType: Affiliate; issuer: Identity; value?: { affiliate: BigNumber; nonAffiliate: BigNumber; }; }
| Name | Type | Description | Defined in |
|---|---|---|---|
| ‐ | ||
| ‐ | ||
|
| The total balance values for token holder with the affiliate and non-affiliate claim Note If not provided when enabling a stat, values will default to zero. If not provided when updating stats, the current values will remain unchanged | |
|
| ‐ | |
|
| ‐ |
Type Literal
{ claimType: Jurisdiction; issuer: Identity; value?: object[]; }
| Name | Type | Description | Defined in |
|---|---|---|---|
| ‐ | ||
| ‐ | ||
|
| The total balance values for token holder per jurisdiction claim Note If not provided when enabling a stat, values will default to zero. If not provided when updating stats, the current values will remain unchanged |