@multiversx/sdk-core - v14.0.1
Preparing search index...
TransfersController
Class TransfersController
Hierarchy (
View Summary
)
BaseController
TransfersController
Index
Constructors
constructor
Methods
add
Extra
Gas
Limit
If
Required
create
Transaction
For
Esdt
Token
Transfer
create
Transaction
For
Native
Token
Transfer
create
Transaction
For
Transfer
set
Transaction
Gas
Options
Constructors
constructor
new
TransfersController
(
options
:
{
chainID
:
string
}
)
:
TransfersController
Parameters
options
:
{
chainID
:
string
}
Returns
TransfersController
Methods
Protected
add
Extra
Gas
Limit
If
Required
addExtraGasLimitIfRequired
(
transaction
:
Transaction
)
:
void
Parameters
transaction
:
Transaction
Returns
void
create
Transaction
For
Esdt
Token
Transfer
createTransactionForEsdtTokenTransfer
(
sender
:
IAccount
,
nonce
:
bigint
,
options
:
CustomTokenTransferInput
&
BaseControllerInput
,
)
:
Promise
<
Transaction
>
Parameters
sender
:
IAccount
nonce
:
bigint
options
:
CustomTokenTransferInput
&
BaseControllerInput
Returns
Promise
<
Transaction
>
create
Transaction
For
Native
Token
Transfer
createTransactionForNativeTokenTransfer
(
sender
:
IAccount
,
nonce
:
bigint
,
options
:
NativeTokenTransferInput
&
BaseControllerInput
,
)
:
Promise
<
Transaction
>
Parameters
sender
:
IAccount
nonce
:
bigint
options
:
NativeTokenTransferInput
&
BaseControllerInput
Returns
Promise
<
Transaction
>
create
Transaction
For
Transfer
createTransactionForTransfer
(
sender
:
IAccount
,
nonce
:
bigint
,
options
:
CreateTransferTransactionInput
&
BaseControllerInput
,
)
:
Promise
<
Transaction
>
Parameters
sender
:
IAccount
nonce
:
bigint
options
:
CreateTransferTransactionInput
&
BaseControllerInput
Returns
Promise
<
Transaction
>
Protected
set
Transaction
Gas
Options
setTransactionGasOptions
(
transaction
:
Transaction
,
options
:
{
gasLimit
?:
bigint
;
gasPrice
?:
bigint
}
,
)
:
void
Parameters
transaction
:
Transaction
options
:
{
gasLimit
?:
bigint
;
gasPrice
?:
bigint
}
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
add
Extra
Gas
Limit
If
Required
create
Transaction
For
Esdt
Token
Transfer
create
Transaction
For
Native
Token
Transfer
create
Transaction
For
Transfer
set
Transaction
Gas
Options
@multiversx/sdk-core - v14.0.1
Loading...