The contract template or interface type.
The template or interface id.
A newly created contract.
The contract payload type.
The contract key type.
The contract type id.
An event is either the creation or archival of a contract.
The contract template type.
The contract key type.
The contract id type.
Options for creating a handle to a Daml ledger.
Optional base URL for the non-streaming endpoints of the JSON API. If this parameter is not
provided, the protocol, host and port of the window.location
object are used.
Optional to enable/disable feature of all streaming request to the query endpoint being multiplexed through a single web socket, is enabled by default.
Optional number of milliseconds a connection has to be live to be considered healthy. If the
connection is closed after being live for at least this amount of time, the Ledger
tries to
reconnect, else not.
JSON web token used for authentication.
Optional base URL for the streaming endpoints of the JSON API. If this parameter is not
provided, the base URL for the non-streaming endpoints is used with the protocol 'http' or
'https' replaced by 'ws' or 'wss', respectively. Specifying this parameter explicitly can be
useful when the non-streaming requests are proxied but the streaming request cannot be proxied,
as it is the case with the development server of create-react-app
.
Full information about a Party.
Query<T>
is the type of queries for searching for contracts of template
or interface type T
.
Query<T>
is an object consisting of a subset of the fields of T
.
Comparison queries are not yet supported.
NB: This type is heavily related to the DeepPartial
type that can be found
in the TypeScript community.
The contract template type.
The result of a query
against the ledger.
Note: this is meant to be used by @daml/react.
The contract template type of the query.
The contract key type of the query.
The template id type.
Contracts matching the query.
Indicator for whether the query is executing.
Event emitted when a stream gets closed.
Generated using TypeDoc
An archived contract.