mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 19:31:02 +00:00
Use new AccountInfo struct for "System Account" storage data (#71)
* Add AccountInfo struct for "System Account" data * Fmt * Simplify AccountInfo struct constraints
This commit is contained in:
@@ -160,10 +160,7 @@ mod tests {
|
||||
|
||||
type AccountId = <Runtime as System>::AccountId;
|
||||
|
||||
async fn put_code<T, P, S>(
|
||||
client: &Client<T, S>,
|
||||
signer: P,
|
||||
) -> Result<T::Hash, Error>
|
||||
async fn put_code<T, P, S>(client: &Client<T, S>, signer: P) -> Result<T::Hash, Error>
|
||||
where
|
||||
T: System + Balances + Send + Sync,
|
||||
T::Address: From<T::AccountId>,
|
||||
|
||||
Reference in New Issue
Block a user