VestingEvent: Enum<
    {
        VestingCompleted: { account: SS58String };
        VestingUpdated: { account: SS58String; unvested: bigint };
    },
>