@waves/waves-transactions
Preparing search index...
invokeScript
Function invokeScript
invokeScript
(
params
:
IInvokeScriptParams
,
seed
:
TSeedTypes
,
)
:
InvokeScriptTransaction
&
WithId
&
WithProofs
Parameters
params
:
IInvokeScriptParams
seed
:
TSeedTypes
Returns
InvokeScriptTransaction
&
WithId
&
WithProofs
invokeScript
(
paramsOrTx
:
|
InvokeScriptTransaction
|
{
call
?:
|
{
args
?:
InvokeScriptCallArgument
<
string
|
number
>
[]
;
function
:
string
;
}
|
null
;
dApp
:
string
;
feeAssetId
?:
string
|
null
;
payment
?:
{
amount
:
string
|
number
;
assetId
?:
string
|
null
}
[]
;
}
&
IBasicParams
<
string
|
number
>
&
WithSender
,
seed
?:
TSeedTypes
,
)
:
InvokeScriptTransaction
&
WithId
&
WithProofs
Parameters
paramsOrTx
:
|
InvokeScriptTransaction
|
{
call
?:
|
{
args
?:
InvokeScriptCallArgument
<
string
|
number
>
[]
;
function
:
string
;
}
|
null
;
dApp
:
string
;
feeAssetId
?:
string
|
null
;
payment
?:
{
amount
:
string
|
number
;
assetId
?:
string
|
null
}
[]
;
}
&
IBasicParams
<
string
|
number
>
&
WithSender
Optional
seed
:
TSeedTypes
Returns
InvokeScriptTransaction
&
WithId
&
WithProofs
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@waves/waves-transactions
Loading...