Skip to content

Commit

Permalink
update scipt comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Sep 2, 2024
1 parent 93efc24 commit db65396
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cadence/scripts/escrow/resolve_locked_nft_metadata.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "FlowEVMBridgeUtils"

/// Resolves the view for the requested locked NFT or nil if the NFT is not locked
/// NOTE: This functionality is not available via the escrow contract as `resolveView` is not a `view` method, but the
/// escrow contract
/// escrow contract does provide the necessary functionality to resolve the view from the context of a script
///
/// @param bridgeAddress: The address of the bridge contract (included as the VM bridge address varies across networks)
/// @param nftTypeIdentifier: The identifier of the NFT type
Expand Down
2 changes: 2 additions & 0 deletions cadence/scripts/escrow/resolve_locked_vault_metadata.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import "FlowEVMBridgeTokenEscrow"
import "FlowEVMBridgeUtils"

/// Resolves the view for the requested locked Vault or nil if the Vault is not locked in escrow
/// NOTE: This functionality is not available via the escrow contract as `resolveView` is not a `view` method, but the
/// escrow contract does provide the necessary functionality to resolve the view from the context of a script
///
/// @param bridgeAddress: The address of the bridge contract (included as the VM bridge address varies across networks)
/// @param vaultTypeIdentifier: The identifier of the Vault type
Expand Down

0 comments on commit db65396

Please sign in to comment.