mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 16:57:58 +00:00
minor typos in traits docs (#4425)
This commit is contained in:
committed by
Bastian Köcher
parent
337cae1dde
commit
e6e9faaed6
@@ -56,7 +56,7 @@ impl<Public, Signature, AppPublic> Signer<Public, Signature> for AppPublic where
|
||||
}
|
||||
}
|
||||
|
||||
/// Creates runtime-specific signed transaction.
|
||||
/// Creates a runtime-specific signed transaction.
|
||||
pub trait CreateTransaction<T: crate::Trait, Extrinsic: ExtrinsicT> {
|
||||
/// A `Public` key representing a particular `AccountId`.
|
||||
type Public: IdentifyAccount<AccountId=T::AccountId> + Clone;
|
||||
@@ -115,7 +115,7 @@ pub trait SubmitSignedTransaction<T: crate::Trait, Call> {
|
||||
}
|
||||
}
|
||||
|
||||
/// A trait to submit unsigned transactions in offchain calls.
|
||||
/// A trait to submit unsigned transactions in off-chain calls.
|
||||
pub trait SubmitUnsignedTransaction<T: crate::Trait, Call> {
|
||||
/// Unchecked extrinsic type.
|
||||
type Extrinsic: ExtrinsicT<Call=Call> + codec::Encode;
|
||||
|
||||
Reference in New Issue
Block a user