Name

PalletVestingEvent (50)

Hierarchy

  • Enum
    • PalletVestingEvent

Properties

asVestingCompleted: {
    account: AccountId32;
} & Struct<TypesDef<Codec>, {}, {}>
asVestingUpdated: {
    account: AccountId32;
    unvested: u128;
} & Struct<TypesDef<Codec>, {}, {}>
isVestingCompleted: boolean
isVestingUpdated: boolean
type: "VestingUpdated" | "VestingCompleted"