@uniswap/client-data-api 0.0.157 → 0.0.158
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1756,12 +1756,14 @@ export declare class BondingCurveInfo extends Message<BondingCurveInfo> {
|
|
|
1756
1756
|
*/
|
|
1757
1757
|
graduatedAt?: bigint;
|
|
1758
1758
|
/**
|
|
1759
|
-
* The launch's fee beneficiary
|
|
1760
|
-
*
|
|
1761
|
-
* pool's trading fees. Freely chosen at
|
|
1762
|
-
* launch transaction — a payee, NOT
|
|
1763
|
-
* Launch.creator_address for the launch tx
|
|
1764
|
-
*
|
|
1759
|
+
* The launch's fee beneficiary, EIP-55 checksummed: the CURRENT holder of
|
|
1760
|
+
* the launch's BeneficiaryVault NFT, i.e. the address receiving the
|
|
1761
|
+
* creator share of the launch pool's trading fees. Freely chosen at
|
|
1762
|
+
* launch time by whoever built the launch transaction — a payee, NOT
|
|
1763
|
+
* proven authorship (see Launch.creator_address for the launch tx
|
|
1764
|
+
* sender) — and it MOVES with later NFT transfers. Unset while ingestion
|
|
1765
|
+
* of the vault events lags the launch, or when the position is
|
|
1766
|
+
* unregistered.
|
|
1765
1767
|
*
|
|
1766
1768
|
* @generated from field: optional string fee_beneficiary = 10;
|
|
1767
1769
|
*/
|