@@ -240,9 +240,8 @@ The factory contract that deployed this campaign.
240240
241241#### [<code style={{ fontWeight: 'normal' }}>Campaign.<b>fee</b></code>](#fee)<Bullet />[<code style={{ fontWeight: 'normal' }}><b>BigInt</b></code>](/docs/api/05-airdrops/graphql/the-graph/scalars/big-int.mdx) <Badge class="badge badge--secondary " text="scalar"/> \{#fee\}
242242
243- Minimum fee charged by this campaign , denominated in the native token of the chain (e.g., ETH for Mainnet).
244- Only available in v1 .3 and later
245- See https ://docs .sablier .com /concepts /fees
243+ Minimum fee charged by this campaign , denominated in the native token of the chain (e.g., ETH for Mainnet). Only
244+ available in v1 .3 and later See https ://docs .sablier .com /concepts /fees
246245
247246#### [<code style={{ fontWeight: 'normal' }}>Campaign.<b>ipfsCID</b></code>](#ipfs-cid)<Bullet />[<code style={{ fontWeight: 'normal' }}><b>String!</b></code>](/docs/api/05-airdrops/graphql/the-graph/scalars/string.mdx) <Badge class="badge badge--secondary badge--non_null" text="non-null"/> <Badge class="badge badge--secondary " text="scalar"/> \{#ipfs-cid\}
248247
@@ -278,28 +277,25 @@ Flag indicating whether the claimed streams will be cancelable initially.
278277
279278#### [<code style={{ fontWeight: 'normal' }}>Campaign.<b>streamCliff</b></code>](#stream-cliff)<Bullet />[<code style={{ fontWeight: 'normal' }}><b>Boolean</b></code>](/docs/api/05-airdrops/graphql/the-graph/scalars/boolean.mdx) <Badge class="badge badge--secondary " text="scalar"/> \{#stream-cliff\}
280279
281- Flag indicating whether the claimed streams will have a cliff .
282- Only available for Linear streams .
280+ Flag indicating whether the claimed streams will have a cliff . Only available for Linear streams .
283281
284282#### [<code style={{ fontWeight: 'normal' }}>Campaign.<b>streamCliffDuration</b></code>](#stream-cliff-duration)<Bullet />[<code style={{ fontWeight: 'normal' }}><b>BigInt</b></code>](/docs/api/05-airdrops/graphql/the-graph/scalars/big-int.mdx) <Badge class="badge badge--secondary " text="scalar"/> \{#stream-cliff-duration\}
285283
286- The duration of the cliff that the stream will have , in seconds .
287- Only available for Linear streams .
284+ The duration of the cliff that the stream will have , in seconds . Only available for Linear streams .
288285
289286#### [<code style={{ fontWeight: 'normal' }}>Campaign.<b>streamCliffPercentage</b></code>](#stream-cliff-percentage)<Bullet />[<code style={{ fontWeight: 'normal' }}><b>BigInt</b></code>](/docs/api/05-airdrops/graphql/the-graph/scalars/big-int.mdx) <Badge class="badge badge--secondary " text="scalar"/> \{#stream-cliff-percentage\}
290287
291- The amount that will unlock at the cliff of the claimed stream , expressed as a percentage of the total amount .
292- Only available for Linear streams .
288+ The amount that will unlock at the cliff of the claimed stream , expressed as a percentage of the total amount . Only
289+ available for Linear streams .
293290
294291#### [<code style={{ fontWeight: 'normal' }}>Campaign.<b>streamInitial</b></code>](#stream-initial)<Bullet />[<code style={{ fontWeight: 'normal' }}><b>Boolean</b></code>](/docs/api/05-airdrops/graphql/the-graph/scalars/boolean.mdx) <Badge class="badge badge--secondary " text="scalar"/> \{#stream-initial\}
295292
296- Flag indicating whether the claimed stream will have an initial unlock .
297- Only available for Linear streams .
293+ Flag indicating whether the claimed stream will have an initial unlock . Only available for Linear streams .
298294
299295#### [<code style={{ fontWeight: 'normal' }}>Campaign.<b>streamInitialPercentage</b></code>](#stream-initial-percentage)<Bullet />[<code style={{ fontWeight: 'normal' }}><b>BigInt</b></code>](/docs/api/05-airdrops/graphql/the-graph/scalars/big-int.mdx) <Badge class="badge badge--secondary " text="scalar"/> \{#stream-initial-percentage\}
300296
301- The initial unlock amount of the claimed stream , expressed as a percentage of the total .
302- Only available for Linear streams .
297+ The initial unlock amount of the claimed stream , expressed as a percentage of the total . Only available for Linear
298+ streams .
303299
304300#### [<code style={{ fontWeight: 'normal' }}>Campaign.<b>streamShape</b></code>](#stream-shape)<Bullet />[<code style={{ fontWeight: 'normal' }}><b>String</b></code>](/docs/api/05-airdrops/graphql/the-graph/scalars/string.mdx) <Badge class="badge badge--secondary " text="scalar"/> \{#stream-shape\}
305301
@@ -337,25 +333,20 @@ Flag indicating whether the claimed streams will be transferable.
337333
338334#### [<code style={{ fontWeight: 'normal' }}>Campaign.<b>vcaRedistributionEnabled</b></code>](#vca-redistribution-enabled)<Bullet />[<code style={{ fontWeight: 'normal' }}><b>Boolean</b></code>](/docs/api/05-airdrops/graphql/the-graph/scalars/boolean.mdx) <Badge class="badge badge--secondary " text="scalar"/> \{#vca-redistribution-enabled\}
339335
340- Flag indicating whether the forgone amount will be redistributed .
341- Only available for VCA campaigns .
336+ Flag indicating whether the forgone amount will be redistributed . Only available for VCA campaigns .
342337
343338#### [<code style={{ fontWeight: 'normal' }}>Campaign.<b>vcaForgoneAmount</b></code>](#vca-forgone-amount)<Bullet />[<code style={{ fontWeight: 'normal' }}><b>BigInt</b></code>](/docs/api/05-airdrops/graphql/the-graph/scalars/big-int.mdx) <Badge class="badge badge--secondary " text="scalar"/> \{#vca-forgone-amount\}
344339
345- Total amount forgone by early claimers .
346- Only available for VCA campaigns .
340+ Total amount forgone by early claimers . Only available for VCA campaigns .
347341
348342#### [<code style={{ fontWeight: 'normal' }}>Campaign.<b>vcaUnlockPercentage</b></code>](#vca-unlock-percentage)<Bullet />[<code style={{ fontWeight: 'normal' }}><b>BigInt</b></code>](/docs/api/05-airdrops/graphql/the-graph/scalars/big-int.mdx) <Badge class="badge badge--secondary " text="scalar"/> \{#vca-unlock-percentage\}
349343
350- The percentage unlocked immediately at vesting start .
351- Only available for VCA campaigns .
344+ The percentage unlocked immediately at vesting start . Only available for VCA campaigns .
352345
353346#### [<code style={{ fontWeight: 'normal' }}>Campaign.<b>vcaStartTime</b></code>](#vca-start-time)<Bullet />[<code style={{ fontWeight: 'normal' }}><b>BigInt</b></code>](/docs/api/05-airdrops/graphql/the-graph/scalars/big-int.mdx) <Badge class="badge badge--secondary " text="scalar"/> \{#vca-start-time\}
354347
355- Unix timestamp when VCA vesting begins .
356- Only available for VCA campaigns .
348+ Unix timestamp when VCA vesting begins . Only available for VCA campaigns .
357349
358350#### [<code style={{ fontWeight: 'normal' }}>Campaign.<b>vcaEndTime</b></code>](#vca-end-time)<Bullet />[<code style={{ fontWeight: 'normal' }}><b>BigInt</b></code>](/docs/api/05-airdrops/graphql/the-graph/scalars/big-int.mdx) <Badge class="badge badge--secondary " text="scalar"/> \{#vca-end-time\}
359351
360- Unix timestamp when VCA vesting ends .
361- Only available for VCA campaigns .
352+ Unix timestamp when VCA vesting ends . Only available for VCA campaigns .
0 commit comments