@arkade-os/sdk Documentation - v0.3.11
Preparing search index...
SignerSession
Interface SignerSession
interface
SignerSession
{
aggregatedNonces
(
txid
:
string
,
noncesByPubkey
:
TreeNonces
,
)
:
Promise
<
{
hasAllNonces
:
boolean
}
>
;
getNonces
()
:
Promise
<
TreeNonces
>
;
getPublicKey
()
:
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
;
init
(
tree
:
TxTree
,
scriptRoot
:
Uint8Array
,
rootInputAmount
:
bigint
,
)
:
Promise
<
void
>
;
sign
()
:
Promise
<
TreePartialSigs
>
;
}
Index
Methods
aggregated
Nonces
get
Nonces
get
Public
Key
init
sign
Methods
aggregated
Nonces
aggregatedNonces
(
txid
:
string
,
noncesByPubkey
:
TreeNonces
,
)
:
Promise
<
{
hasAllNonces
:
boolean
}
>
Parameters
txid
:
string
noncesByPubkey
:
TreeNonces
Returns
Promise
<
{
hasAllNonces
:
boolean
}
>
get
Nonces
getNonces
()
:
Promise
<
TreeNonces
>
Returns
Promise
<
TreeNonces
>
get
Public
Key
getPublicKey
()
:
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
Returns
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
init
init
(
tree
:
TxTree
,
scriptRoot
:
Uint8Array
,
rootInputAmount
:
bigint
,
)
:
Promise
<
void
>
Parameters
tree
:
TxTree
scriptRoot
:
Uint8Array
rootInputAmount
:
bigint
Returns
Promise
<
void
>
sign
sign
()
:
Promise
<
TreePartialSigs
>
Returns
Promise
<
TreePartialSigs
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
aggregated
Nonces
get
Nonces
get
Public
Key
init
sign
@arkade-os/sdk Documentation - v0.3.11
Loading...