Left Curve Software Stack
Home
GitHub
Preparing search index...
@left-curve/dango
AccountFactoryMutationActions
Type Alias AccountFactoryMutationActions
type
AccountFactoryMutationActions
=
{
createSession
:
(
args
:
CreateSessionParameters
,
)
=>
CreateSessionReturnType
;
registerAccount
:
(
args
:
RegisterAccountParameters
,
txArgs
?:
TxParameters
,
)
=>
RegisterUserReturnType
;
registerUser
:
(
args
:
RegisterUserParameters
)
=>
RegisterUserReturnType
;
updateKey
:
(
args
:
UpdateKeyParameters
)
=>
UpdateKeyReturnType
;
updateUsername
:
(
args
:
UpdateUsernameParameters
,
)
=>
UpdateUsernameReturnType
;
}
Index
Properties
create
Session
register
Account
register
User
update
Key
update
Username
Properties
create
Session
createSession
:
(
args
:
CreateSessionParameters
)
=>
CreateSessionReturnType
register
Account
registerAccount
:
(
args
:
RegisterAccountParameters
,
txArgs
?:
TxParameters
,
)
=>
RegisterUserReturnType
register
User
registerUser
:
(
args
:
RegisterUserParameters
)
=>
RegisterUserReturnType
update
Key
updateKey
:
(
args
:
UpdateKeyParameters
)
=>
UpdateKeyReturnType
update
Username
updateUsername
:
(
args
:
UpdateUsernameParameters
)
=>
UpdateUsernameReturnType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
Session
register
Account
register
User
update
Key
update
Username
Home
GitHub
Left Curve Software Stack
Loading...