Documentation
    Preparing search index...
    type ConnectFnOptions = {
        config?: Partial<SnapConfig>;
        onError?: (error: Error) => void;
        onSettled?: (data?: AccountInfo, error?: Error) => void;
        onSuccess?: (data: AccountInfo) => void;
    }
    Index

    Properties

    config?: Partial<SnapConfig>
    onError?: (error: Error) => void
    onSettled?: (data?: AccountInfo, error?: Error) => void
    onSuccess?: (data: AccountInfo) => void