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