@stellar/stellar-base 12.1.1 → 13.0.0

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/types/index.d.ts CHANGED
@@ -561,6 +561,7 @@ export namespace OperationOptions {
561
561
  interface CreateCustomContract extends BaseInvocationOptions {
562
562
  address: Address;
563
563
  wasmHash: Buffer | Uint8Array;
564
+ constructorArgs?: xdr.ScVal[];
564
565
  salt?: Buffer | Uint8Array;
565
566
  }
566
567
  interface CreateStellarAssetContract extends BaseOptions {