Skip to content

Commit

Permalink
Update contracts.mdx (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink authored Aug 2, 2023
1 parent 3b5032c commit dc1811d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/cadence/language/contracts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ For example, assuming that a contract named `Test` which conforms to the `TestIn
```cadence
let signer: AuthAccount = ...
let contract: &TestInterface = signer.contracts.borrow<&TestInterface>(name: "Test")
```

### Removing a Deployed Contract

Expand Down

1 comment on commit dc1811d

@vercel
Copy link

@vercel vercel bot commented on dc1811d Aug 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.