UNPKG
@daml/hub-react
Version:
latest (1.1.5)
prerelease (1.0.0-rc.5)
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-rc.5
1.0.0-rc.4
1.0.0-rc.3
1.0.0-rc.2
0.3.0
0.2.1
0.2.0
0.1.0
0.1.0-rc.1
Daml React functions for Daml Hub
hub.daml.com
digital-asset/dabl-react
@daml/hub-react
/
lib
/
default-parties
/
defaultParties.d.ts
3 lines
(2 loc)
•
143 B
TypeScript
View Raw
1
2
3
export
type
DefaultParties
= [
string
|
undefined
,
string
|
undefined
];
export
declare
function
fetchDefaultParties
(
):
Promise
<
DefaultParties
>;