@evefrontier/dapp-kit - v0.1.9
    Preparing search index...

    Interface NotifySuccess

    interface NotifySuccess {
        type: Success;
        txHash?: string;
        message?: string;
        onSuccess?: () => void;
    }
    Index

    Properties

    type: Success
    txHash?: string
    message?: string
    onSuccess?: () => void