Name

PalletTipsCall (293)

Hierarchy

  • Enum
    • PalletTipsCall

Properties

asCloseTip: {
    hash_: H256;
} & Struct<TypesDef<Codec>, {}, {}>
asReportAwesome: {
    reason: Bytes;
    who: MultiAddress;
} & Struct<TypesDef<Codec>, {}, {}>
asRetractTip: {
    hash_: H256;
} & Struct<TypesDef<Codec>, {}, {}>
asSlashTip: {
    hash_: H256;
} & Struct<TypesDef<Codec>, {}, {}>
asTip: {
    hash_: H256;
    tipValue: Compact<u128>;
} & Struct<TypesDef<Codec>, {}, {}>
asTipNew: {
    reason: Bytes;
    tipValue: Compact<u128>;
    who: MultiAddress;
} & Struct<TypesDef<Codec>, {}, {}>
isCloseTip: boolean
isReportAwesome: boolean
isRetractTip: boolean
isSlashTip: boolean
isTip: boolean
isTipNew: boolean
type: "ReportAwesome" | "RetractTip" | "TipNew" | "Tip" | "CloseTip" | "SlashTip"