Interface ZkSendLinkBuilderOptions

interface ZkSendLinkBuilderOptions {
    client?: SuiClient;
    contract?: null | ZkBagContractOptions;
    host?: string;
    keypair?: Keypair;
    network?: "mainnet" | "testnet";
    path?: string;
    redirect?: ZkSendLinkRedirect;
    sender: string;
}

Properties

client?: SuiClient
contract?: null | ZkBagContractOptions
host?: string
keypair?: Keypair
network?: "mainnet" | "testnet"
path?: string
redirect?: ZkSendLinkRedirect
sender: string