Documentation

    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?: SuiClient
    contract?: null | ZkBagContractOptions
    host?: string
    keypair?: Keypair
    network?: "mainnet" | "testnet"
    path?: string
    redirect?: ZkSendLinkRedirect

    zkSend link redirects are no longer supported

    sender: string
    MMNEPVFCICPMFPCPTTAAATR