Output

type Output = {
message: string;
sessionId: string;
transactions: Array<PreparedTransaction>;
};