@statechannels/server-wallet > ObjectiveResult
ObjectiveResult type
This is what is returned for any objective related API call
Signature:
export declare type ObjectiveResult = {
done: Promise<ObjectiveDoneResult>;
currentStatus: ObjectiveStatus;
objectiveId: string;
channelId: string;
};