Function exportTranscript
- exportTranscript(opts): Promise<ChannelTranscript>
Parameters
- opts: {
channelId: string;
generatedAt?: number;
members: `${string}:${string}`[];
messages: readonly ChannelMessage[];
signers: {
claim: `${string}:${string}`;
demos: Demos;
}[];
}channelId: string
OptionalgeneratedAt?: number
members: `${string}:${string}`[]
signers: {
claim: `${string}:${string}`;
demos: Demos;
}[]
Convenience: assemble the full transcript with one or more party signatures. Pass signers in the order their signatures should appear.