Skip to content

Commit

Permalink
deploy: 668a2a4
Browse files Browse the repository at this point in the history
  • Loading branch information
afck committed Nov 11, 2024
1 parent c0fcb15 commit 2444864
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion developers/sdk/contract.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ <h1 id="writing-the-contract-binary"><a class="header" href="#writing-the-contra
/// (e.g. an initial amount of tokens minted).
type InstantiationArgument: Serialize + DeserializeOwned + Debug;

/// Creates a in-memory instance of the contract handler.
/// Creates an in-memory instance of the contract handler.
async fn load(runtime: ContractRuntime&lt;Self&gt;) -&gt; Self;

/// Instantiates the application on the chain that created it.
Expand Down
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@ <h2 id="service-abi"><a class="header" href="#service-abi">Service ABI</a></h2>
/// (e.g. an initial amount of tokens minted).
type InstantiationArgument: Serialize + DeserializeOwned + Debug;

/// Creates a in-memory instance of the contract handler.
/// Creates an in-memory instance of the contract handler.
async fn load(runtime: ContractRuntime&lt;Self&gt;) -&gt; Self;

/// Instantiates the application on the chain that created it.
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 2444864

Please sign in to comment.