Name

PalletTipsEvent (59)

Hierarchy

  • Enum
    • PalletTipsEvent

Properties

asNewTip: {
    tipHash: H256;
} & Struct<TypesDef<Codec>, {}, {}>
asTipClosed: {
    payout: u128;
    tipHash: H256;
    who: AccountId32;
} & Struct<TypesDef<Codec>, {}, {}>
asTipClosing: {
    tipHash: H256;
} & Struct<TypesDef<Codec>, {}, {}>
asTipRetracted: {
    tipHash: H256;
} & Struct<TypesDef<Codec>, {}, {}>
asTipSlashed: {
    deposit: u128;
    finder: AccountId32;
    tipHash: H256;
} & Struct<TypesDef<Codec>, {}, {}>
isNewTip: boolean
isTipClosed: boolean
isTipClosing: boolean
isTipRetracted: boolean
isTipSlashed: boolean
type: "NewTip" | "TipClosing" | "TipClosed" | "TipRetracted" | "TipSlashed"