Skip to content

Commit

Permalink
Remove references to old variant
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Sep 12, 2024
1 parent ddcf28f commit a077653
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/operation.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ export const AuthClawbackEnabledFlag = 1 << 3;
* - `{@link Operation.createStellarAssetContract}`
* - `{@link Operation.invokeContractFunction}`
* - `{@link Operation.createCustomContract}`
* - `{@link Operation.createConstructableContract}`
* - `{@link Operation.uploadContractWasm}`
* * `{@link Operation.extendFootprintTtlOp}`
* * `{@link Operation.restoreFootprint}`
Expand Down Expand Up @@ -686,5 +685,4 @@ Operation.restoreFootprint = ops.restoreFootprint;
Operation.createStellarAssetContract = ops.createStellarAssetContract;
Operation.invokeContractFunction = ops.invokeContractFunction;
Operation.createCustomContract = ops.createCustomContract;
Operation.createConstructableContract = ops.createConstructableContract;
Operation.uploadContractWasm = ops.uploadContractWasm;
1 change: 0 additions & 1 deletion src/operations/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export {
invokeContractFunction,
createStellarAssetContract,
createCustomContract,
createConstructableContract,
uploadContractWasm
} from './invoke_host_function';
export { extendFootprintTtl } from './extend_footprint_ttl';
Expand Down
1 change: 0 additions & 1 deletion src/operations/invoke_host_function.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import { Asset } from '../asset';
* @see Operation.invokeContractFunction
* @see Operation.createCustomContract
* @see Operation.createStellarAssetContract
* @see Operation.createConstructableContract
* @see Operation.uploadContractWasm
* @see Contract.call
*/
Expand Down

0 comments on commit a077653

Please sign in to comment.