@multiversx/sdk-core - v14.0.1
Preparing search index...
CallArguments
Interface CallArguments
interface
CallArguments
{
args
?:
any
[]
;
caller
:
Address
;
chainID
:
string
;
func
:
IContractFunction
;
gasLimit
:
bigint
;
gasPrice
?:
bigint
;
receiver
?:
Address
;
value
?:
bigint
;
}
Index
Properties
args?
caller
chainID
func
gas
Limit
gas
Price?
receiver?
value?
Properties
Optional
args
args
?:
any
[]
caller
caller
:
Address
chainID
chainID
:
string
func
func
:
IContractFunction
gas
Limit
gasLimit
:
bigint
Optional
gas
Price
gasPrice
?:
bigint
Optional
receiver
receiver
?:
Address
Optional
value
value
?:
bigint
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
args
caller
chainID
func
gas
Limit
gas
Price
receiver
value
@multiversx/sdk-core - v14.0.1
Loading...