@statechannels/server-wallet > isMultipleChannelOutput
isMultipleChannelOutput() function
Signature:
export declare function isMultipleChannelOutput(output: SingleChannelOutput | MultipleChannelOutput): output is MultipleChannelOutput;
Parameters
Parameter | Type | Description |
---|---|---|
output | SingleChannelOutput | MultipleChannelOutput |
Returns:
output is MultipleChannelOutput