Skip to content
Snippets Groups Projects
Commit 79bf0446 authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

wip needing runtime name

parent 097361e5
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ use anyhow::Result; ...@@ -4,6 +4,7 @@ use anyhow::Result;
use sp_core::{crypto::AccountId32, sr25519::Pair}; use sp_core::{crypto::AccountId32, sr25519::Pair};
use subxt::tx::{BaseExtrinsicParamsBuilder, PairSigner}; use subxt::tx::{BaseExtrinsicParamsBuilder, PairSigner};
#[cfg(any(feature = "dev", feature = "gdev"))] // find how to get runtime calls
type Call = runtime::runtime_types::gdev_runtime::RuntimeCall; type Call = runtime::runtime_types::gdev_runtime::RuntimeCall;
type BalancesCall = runtime::runtime_types::pallet_balances::pallet::Call; type BalancesCall = runtime::runtime_types::pallet_balances::pallet::Call;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment