Module Sdk_encode.Message

type t = {
id : string;
serialized_message : string;
address : string;
}