mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 02:48:03 +00:00
Fix invalid link in doc (#9351)
* fix invalid link * Update client/executor/common/src/runtime_blob/globals_snapshot.rs * more fix
This commit is contained in:
committed by
GitHub
parent
76d147439a
commit
1e8035a273
@@ -39,7 +39,7 @@ sp_api::decl_runtime_apis! {
|
||||
{
|
||||
/// Perform a call from a specified account to a given contract.
|
||||
///
|
||||
/// See [`pallet_contracts::Pallet::call`].
|
||||
/// See `pallet_contracts::Pallet::call`.
|
||||
fn call(
|
||||
origin: AccountId,
|
||||
dest: AccountId,
|
||||
@@ -50,7 +50,7 @@ sp_api::decl_runtime_apis! {
|
||||
|
||||
/// Instantiate a new contract.
|
||||
///
|
||||
/// See [`pallet_contracts::Pallet::instantiate`].
|
||||
/// See `pallet_contracts::Pallet::instantiate`.
|
||||
fn instantiate(
|
||||
origin: AccountId,
|
||||
endowment: Balance,
|
||||
|
||||
Reference in New Issue
Block a user