@multiversx/sdk-core - v14.2.6
Preparing search index...
ProposeTransferExecuteContractInput
Class ProposeTransferExecuteContractInput
Index
Constructors
constructor
Properties
function
Call
gas
Limit?
multisig
Contract
to
Methods
new
From
Propose
Async
Call
Input
new
From
Transfer
Execute
Input
Constructors
constructor
new
ProposeTransferExecuteContractInput
(
options
:
{
functionCall
:
any
[]
;
gasLimit
?:
bigint
;
multisigContract
:
Address
;
to
:
Address
;
}
,
)
:
ProposeTransferExecuteContractInput
Parameters
options
:
{
functionCall
:
any
[]
;
gasLimit
?:
bigint
;
multisigContract
:
Address
;
to
:
Address
;
}
Returns
ProposeTransferExecuteContractInput
Properties
function
Call
functionCall
:
any
[]
Optional
gas
Limit
gasLimit
?:
bigint
multisig
Contract
multisigContract
:
Address
to
to
:
Address
Methods
Static
new
From
Propose
Async
Call
Input
newFromProposeAsyncCallInput
(
options
:
{
abi
?:
Abi
;
arguments
:
any
[]
;
functionName
:
string
;
multisig
:
Address
;
optGasLimit
?:
bigint
;
to
:
Address
;
tokenTransfers
:
TokenTransfer
[]
;
}
,
)
:
ProposeTransferExecuteContractInput
Parameters
options
:
{
abi
?:
Abi
;
arguments
:
any
[]
;
functionName
:
string
;
multisig
:
Address
;
optGasLimit
?:
bigint
;
to
:
Address
;
tokenTransfers
:
TokenTransfer
[]
;
}
Returns
ProposeTransferExecuteContractInput
Static
new
From
Transfer
Execute
Input
newFromTransferExecuteInput
(
options
:
{
abi
?:
Abi
;
arguments
:
any
[]
;
functionName
:
string
;
multisig
:
Address
;
optGasLimit
?:
bigint
;
to
:
Address
;
}
,
)
:
ProposeTransferExecuteContractInput
Parameters
options
:
{
abi
?:
Abi
;
arguments
:
any
[]
;
functionName
:
string
;
multisig
:
Address
;
optGasLimit
?:
bigint
;
to
:
Address
;
}
Returns
ProposeTransferExecuteContractInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
function
Call
gas
Limit
multisig
Contract
to
Methods
new
From
Propose
Async
Call
Input
new
From
Transfer
Execute
Input
@multiversx/sdk-core - v14.2.6
Loading...