Preparing search index...
The search index is not available
Stacks.js
Stacks.js
@stacks/transactions
createSpendingCondition
Function createSpendingCondition
create
Spending
Condition
(
options
)
:
SingleSigSpendingCondition
|
MultiSigSpendingCondition
Parameters
options
:
{
fee
:
IntegerType
;
nonce
:
IntegerType
;
publicKey
:
string
;
}
|
{
fee
:
IntegerType
;
nonce
:
IntegerType
;
numSignatures
:
number
;
publicKeys
:
string
[]
;
}
Returns
SingleSigSpendingCondition
|
MultiSigSpendingCondition
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Stacks.js
@stacks/api
@stacks/auth
@stacks/encryption
@stacks/network
@stacks/stacking
@stacks/transactions
@stacks/bns
@stacks/common
@stacks/profile
@stacks/storage
@stacks/wallet-sdk
Generated using
TypeDoc