Preparing search index...
The search index is not available
@lacagnottedesproches/lcdp-js
@lacagnottedesproches/lcdp-js
LCDPApi
Interface LCDPApi
interface
LCDPApi
{
createAccount
:
(
payload
:
TokenObject
)
=>
Promise
<
AccountCreated
>
;
createAccountAndPot
:
(
payload
:
TokenObject
,
)
=>
Promise
<
AccountAndPotCreated
>
;
createPot
:
(
payload
:
TokenObject
)
=>
Promise
<
PotCreated
>
;
}
Index
Properties
create
Account
create
Account
And
Pot
create
Pot
Properties
create
Account
createAccount
:
(
payload
:
TokenObject
)
=>
Promise
<
AccountCreated
>
create
Account
And
Pot
createAccountAndPot
:
(
payload
:
TokenObject
)
=>
Promise
<
AccountAndPotCreated
>
create
Pot
createPot
:
(
payload
:
TokenObject
)
=>
Promise
<
PotCreated
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
Account
create
Account
And
Pot
create
Pot
@lacagnottedesproches/lcdp-js
Loading...