near-api-js - v7.0.4
Preparing search index...
accounts/account
CallFunctionArgs
Interface CallFunctionArgs
interface
CallFunctionArgs
{
args
?:
Uint8Array
<
ArrayBufferLike
>
|
Record
<
string
,
any
>
;
contractId
:
string
;
deposit
?:
string
|
number
|
bigint
;
gas
?:
string
|
number
|
bigint
;
methodName
:
string
;
waitUntil
?:
TxExecutionStatus
;
}
Index
Properties
args?
contract
Id
deposit?
gas?
method
Name
wait
Until?
Properties
Optional
args
args
?:
Uint8Array
<
ArrayBufferLike
>
|
Record
<
string
,
any
>
contract
Id
contractId
:
string
Optional
deposit
deposit
?:
string
|
number
|
bigint
Optional
gas
gas
?:
string
|
number
|
bigint
method
Name
methodName
:
string
Optional
wait
Until
waitUntil
?:
TxExecutionStatus
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
args
contract
Id
deposit
gas
method
Name
wait
Until
near-api-js - v7.0.4
Loading...