@statechannels/server-wallet > UpdateChannelSuccess
UpdateChannelSuccess type
This is returned when a channel is sucessfully updated
Signature:
export declare type UpdateChannelSuccess = {
type: 'Success';
channelId: string;
result: ChannelResult;
};