mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 22:01:04 +00:00
Fix typo (#2762)
This commit is contained in:
@@ -19,7 +19,7 @@ use serde::Deserialize;
|
|||||||
|
|
||||||
/// RPC Extrinsic or hash
|
/// RPC Extrinsic or hash
|
||||||
///
|
///
|
||||||
/// Allows to refer to extrinsics either by their raw representation or by it's hash.
|
/// Allows to refer to extrinsic either by its raw representation or its hash.
|
||||||
#[derive(Debug, Deserialize)]
|
#[derive(Debug, Deserialize)]
|
||||||
#[serde(rename_all = "camelCase")]
|
#[serde(rename_all = "camelCase")]
|
||||||
pub enum ExtrinsicOrHash<Hash> {
|
pub enum ExtrinsicOrHash<Hash> {
|
||||||
|
|||||||
Reference in New Issue
Block a user