Documentation
Preparing search index...
@mysten/zksend
ZkSendLinkBuilderOptions
Interface ZkSendLinkBuilderOptions
interface
ZkSendLinkBuilderOptions
{
client
:
ClientWithCoreApi
;
contract
?:
ZkBagContractOptions
;
host
?:
string
;
keypair
?:
Keypair
;
network
?:
string
;
path
?:
string
;
sender
:
string
;
}
Index
Properties
client
contract?
host?
keypair?
network?
path?
sender
Properties
client
client
:
ClientWithCoreApi
Optional
contract
contract
?:
ZkBagContractOptions
Optional
host
host
?:
string
Optional
keypair
keypair
?:
Keypair
Optional
network
network
?:
string
Optional
path
path
?:
string
sender
sender
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client
contract
host
keypair
network
path
sender
Documentation
Loading...