public class Notification
extends java.lang.Object
implements ApiInterface
A notification consists of a script hash (the sender of the notification) and content itself
called 'state'. The state can be of any type (e.g. number, string, array). Thus, it is up to the
developer to perform the correct casts on the state object.