LogFailedMoneyTransaction

From Second Life Wiki
Revision as of 15:29, 21 November 2006 by Cube Linden (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Message Layout

{
	LogFailedMoneyTransaction	Low Trusted Unencoded
	{
		TransactionData	Single
		{	TransactionID	LLUUID	}
		{ 	TransactionTime	U32		} 
		{	TransactionType	S32		}	
		{	SourceID		LLUUID  }
		{	DestID			LLUUID	}	
		{	Flags			U8		}
		{	Amount			S32		}
		{	SimulatorIP		IPADDR	}	
		{	GridX			U32		}
		{	GridY			U32		}
		{	FailureType		U8		}
	}
}

Usage and Notes