dAppBooster
    Preparing search index...
    interface SignButtonProps {
        label?: string;
        labelSigning?: string;
        message: string;
        onError?: (error: Error) => void;
        onSign?: (signature: string) => void;
    }

    Hierarchy

    • Omit<ButtonProps, "onError">
      • SignButtonProps
    Index

    Properties

    label?: string
    labelSigning?: string
    message: string
    onError?: (error: Error) => void
    onSign?: (signature: string) => void