Left Curve Software Stack
Home
GitHub
Preparing search index...
@left-curve/dango
accountFactoryMutationActions
Function accountFactoryMutationActions
accountFactoryMutationActions
<
transport
extends
Transport
=
Transport
>
(
client
:
DangoClient
<
transport
,
{
getKeyHash
()
:
Promise
<
string
>
;
signArbitrary
<
T
extends
JsonValue
=
JsonValue
>
(
payload
:
ArbitraryDoc
<
T
>
,
)
:
Promise
<
ArbitrarySignatureOutcome
>
;
signTx
(
signDoc
:
TypedData
)
:
Promise
<
SignatureOutcome
>
;
}
,
>
,
)
:
AccountFactoryMutationActions
Type Parameters
transport
extends
Transport
=
Transport
Parameters
client
:
DangoClient
<
transport
,
{
getKeyHash
()
:
Promise
<
string
>
;
signArbitrary
<
T
extends
JsonValue
=
JsonValue
>
(
payload
:
ArbitraryDoc
<
T
>
,
)
:
Promise
<
ArbitrarySignatureOutcome
>
;
signTx
(
signDoc
:
TypedData
)
:
Promise
<
SignatureOutcome
>
;
}
,
>
Returns
AccountFactoryMutationActions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Home
GitHub
Left Curve Software Stack
Loading...