Preparing search index...
The search index is not available
Documentation
Documentation
@mysten/zksend
ZkSendLinkBuilderOptions
Interface ZkSendLinkBuilderOptions
interface
ZkSendLinkBuilderOptions
{
client
?:
SuiClient
;
contract
?:
null
|
ZkBagContractOptions
;
host
?:
string
;
keypair
?:
Keypair
;
network
?:
"mainnet"
|
"testnet"
;
path
?:
string
;
redirect
?:
ZkSendLinkRedirect
;
sender
:
string
;
}
Index
Properties
client?
contract?
host?
keypair?
network?
path?
redirect?
sender
Properties
Optional
client
client
?:
SuiClient
Optional
contract
contract
?:
null
|
ZkBagContractOptions
Optional
host
host
?:
string
Optional
keypair
keypair
?:
Keypair
Optional
network
network
?:
"mainnet"
|
"testnet"
Optional
path
path
?:
string
Optional
redirect
redirect
?:
ZkSendLinkRedirect
sender
sender
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client
contract
host
keypair
network
path
redirect
sender
Documentation
Loading...