Skip to content

Message API

Used to validate and send a message to the Snapchain node. Valid messages are accepted and gossiped to other nodes in the network.

API

Method NameRequest TypeResponse TypeDescription
SubmitMessageMessageMessageSubmits a Message to the node
ValidateMessageMessageValidationResponseValidates a Message on the node without merging and gossiping

ValidationResponse

FieldTypeLabelDescription
validbooleanWhether the message is valid or not
messageMessageThe message being validated (same as request)