mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 00:11:01 +00:00
inex -> index
This commit is contained in:
@@ -55,7 +55,7 @@ pub struct Candidate {
|
|||||||
#[serde(deny_unknown_fields)]
|
#[serde(deny_unknown_fields)]
|
||||||
pub struct CandidateReceipt {
|
pub struct CandidateReceipt {
|
||||||
/// The ID of the parachain this is a candidate for.
|
/// The ID of the parachain this is a candidate for.
|
||||||
pub parachain_inex: Id,
|
pub parachain_index: Id,
|
||||||
/// The collator's account ID
|
/// The collator's account ID
|
||||||
pub collator: ::Address,
|
pub collator: ::Address,
|
||||||
/// The head-data
|
/// The head-data
|
||||||
|
|||||||
Reference in New Issue
Block a user