@typus/typus-sdk 1.0.57 → 1.0.58
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.
|
@@ -19,4 +19,4 @@ export declare const executeSponsorTransactionBlock: (provider: any, sponsoredRe
|
|
|
19
19
|
export declare const sponsorTransactionE2E: (gaslessTxb: any, sponsor: any, provider: any, signer: any, gasBudget: any) => Promise<any>;
|
|
20
20
|
export declare function getSponsoredDeposit(sponsorApi: string, packageId: string, typeArguments: string[], registry: string, index: string, coins: string[], amount: string, signerAddress: string): Promise<[SponsoredTransaction, Uint8Array]>;
|
|
21
21
|
export declare function getSponsoredCompound(sponsorApi: string, packageId: string, typeArguments: string[], registry: string, index: string, signerAddress: string): Promise<[SponsoredTransaction, Uint8Array]>;
|
|
22
|
-
export declare function getSponsoredNewBid(sponsorApi: string, packageId: string, typeArguments: string[], registry: string, index: string, priceOracle: string, coins: string[], size: string, signerAddress: string): Promise<[SponsoredTransaction, Uint8Array]>;
|
|
22
|
+
export declare function getSponsoredNewBid(sponsorApi: string, packageId: string, typeArguments: string[], registry: string, acRegistry: string, index: string, priceOracle: string, coins: string[], size: string, signerAddress: string): Promise<[SponsoredTransaction, Uint8Array]>;
|
|
@@ -187,7 +187,7 @@ function getSponsoredCompound(sponsorApi, packageId, typeArguments, registry, in
|
|
|
187
187
|
});
|
|
188
188
|
}
|
|
189
189
|
exports.getSponsoredCompound = getSponsoredCompound;
|
|
190
|
-
function getSponsoredNewBid(sponsorApi, packageId, typeArguments, registry, index, priceOracle, coins, size, signerAddress) {
|
|
190
|
+
function getSponsoredNewBid(sponsorApi, packageId, typeArguments, registry, acRegistry, index, priceOracle, coins, size, signerAddress) {
|
|
191
191
|
return __awaiter(this, void 0, void 0, function () {
|
|
192
192
|
var jsonData, response, data, sponsoredResponse, transactionBlock;
|
|
193
193
|
return __generator(this, function (_a) {
|
|
@@ -198,6 +198,7 @@ function getSponsoredNewBid(sponsorApi, packageId, typeArguments, registry, inde
|
|
|
198
198
|
packageId: packageId,
|
|
199
199
|
typeArguments: typeArguments,
|
|
200
200
|
registry: registry,
|
|
201
|
+
acRegistry: acRegistry,
|
|
201
202
|
index: index,
|
|
202
203
|
priceOracle: priceOracle,
|
|
203
204
|
coins: coins,
|