Type Alias ConvictionVotingEvent

ConvictionVotingEvent: Enum<{
    Delegated: FixedSizeArray<2, SS58String>;
    Undelegated: SS58String;
}>

Type declaration

  • Delegated: FixedSizeArray<2, SS58String>

    An account has delegated their vote to another account. [who, target]

  • Undelegated: SS58String

    An [account] has cancelled a previous delegation operation.