Preparing search index...
The search index is not available
Documentation
Documentation
@mysten/zksend
CreateZkSendLinkOptions
Interface CreateZkSendLinkOptions
interface
CreateZkSendLinkOptions
{
calculateGas
?:
(
(
options
:
{
balances
:
Map
<
string
,
bigint
>
;
gasEstimateFromDryRun
:
bigint
;
objects
:
TransactionObjectInput
[]
;
}
)
=>
bigint
|
Promise
<
bigint
>
)
;
transaction
?:
Transaction
;
}
Index
Properties
calculate
Gas?
transaction?
Properties
Optional
calculate
Gas
calculate
Gas
?:
(
(
options
:
{
balances
:
Map
<
string
,
bigint
>
;
gasEstimateFromDryRun
:
bigint
;
objects
:
TransactionObjectInput
[]
;
}
)
=>
bigint
|
Promise
<
bigint
>
)
Optional
transaction
transaction
?:
Transaction
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
calculate
Gas
transaction
Documentation
Loading...