File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 547
547
"additionalProperties" : false
548
548
},
549
549
{
550
- "description" : " returns a ContractInfoResponse with metadata on the contract from the runtime" ,
550
+ "description" : " Returns a [` ContractInfoResponse`] with metadata on the contract from the runtime" ,
551
551
"type" : " object" ,
552
552
"required" : [
553
553
" contract_info"
Original file line number Diff line number Diff line change 1411
1411
"additionalProperties" : false
1412
1412
},
1413
1413
{
1414
- "description" : " returns a ContractInfoResponse with metadata on the contract from the runtime" ,
1414
+ "description" : " Returns a [` ContractInfoResponse`] with metadata on the contract from the runtime" ,
1415
1415
"type" : " object" ,
1416
1416
"required" : [
1417
1417
" contract_info"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ pub enum WasmQuery {
24
24
/// Key is the raw key used in the contracts Storage
25
25
key : Binary ,
26
26
} ,
27
- /// returns a ContractInfoResponse with metadata on the contract from the runtime
27
+ /// Returns a [` ContractInfoResponse`] with metadata on the contract from the runtime
28
28
ContractInfo { contract_addr : String } ,
29
29
}
30
30
You can’t perform that action at this time.
0 commit comments