All chains
    Preparing search index...

    Type Alias TipProcessed

    TipProcessed: PlainDescriptor<
        {
            amount: bigint;
            message_id: Enum<{ Inbound: bigint; Outbound: bigint }>;
            sender: SS58String;
            success: boolean;
        },
    >

    A tip was processed for an inbound or outbound message, for relayer incentivization. It could have succeeded or failed (and then added to LostTips).