Create a new empty Message. You can then fill in the empty fields before calling prepare
an message with empty fields
const message = createNewMessage(isoDefinition, mti);
an object that will constrain the type of the fields that can be used.
the MTI to use for this message.
Generated using TypeDoc
Create a new empty Message. You can then fill in the empty fields before calling prepare
Returns
an message with empty fields
Example