Objects that knows how to create messages from serialized payloads.
Note: this could be in the Message class but the circular dependency breaks Typescript.
It creates a message from the byte array payload
the payload as byte array
It creates a message from the hex payload
the payload as hex
Generated using TypeDoc
Objects that knows how to create messages from serialized payloads.
Note: this could be in the Message class but the circular dependency breaks Typescript.