@epicentral/sos-sdk 0.2.10 → 0.2.11
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.
- package/index.ts +2 -0
- package/package.json +1 -1
- package/short/builders.ts +1 -0
package/index.ts
CHANGED
package/package.json
CHANGED
package/short/builders.ts
CHANGED
|
@@ -200,6 +200,7 @@ export interface BuildOptionMintTransactionWithDerivationParams {
|
|
|
200
200
|
makerCollateralAmount: bigint | number;
|
|
201
201
|
borrowedAmount: bigint | number;
|
|
202
202
|
maker: AddressLike;
|
|
203
|
+
/** Optional. When omitted, the SDK derives the maker's collateral ATA for underlyingMint. */
|
|
203
204
|
makerCollateralAccount?: AddressLike;
|
|
204
205
|
rpc: KitRpc;
|
|
205
206
|
programId?: AddressLike;
|