# Functions
ChannelsExistWithCounterparty returns true if a channel or consensus_channel exists with the counterparty.
ConstructFromPayload initiates a Objective with data calculated from the supplied initialState and client address.
No description provided by the author
IsDirectFundObjective inspects a objective id and returns true if the objective id is for a direct fund objective.
NewObjective creates a new direct funding objective from a given request.
NewObjectiveRequest creates a new ObjectiveRequest.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Finished.
# Variables
No description provided by the author
# Structs
Objective is a cache of data computed by reading from the store.
ObjectiveRequest represents a request to create a new direct funding objective.
ObjectiveResponse is the type returned across the API in response to the ObjectiveRequest.
# Type aliases
GetChannelByIdFunction specifies a function that can be used to retrieve channels from a store.
GetTwoPartyConsensusLedgerFuncion describes functions which return a ConsensusChannel ledger channel between the calling client and the given counterparty, if such a channel exists.