Documentation
    Preparing search index...

    Interface ZkSendLinkBuilderOptions

    interface ZkSendLinkBuilderOptions {
        client: ClientWithCoreApi;
        contract?: ZkBagContractOptions;
        host?: string;
        keypair?: Keypair;
        network?: string;
        path?: string;
        sender: string;
    }
    Index

    Properties

    host?: string
    keypair?: Keypair
    network?: string
    path?: string
    sender: string