Documentation

    Type Alias SuiReportTransactionEffectsFeature

    A Wallet Standard feature for reporting the effects of a transaction block executed by a dapp The feature allows wallets to updated their caches using the effects of the transaction executed outside of the wallet

    type SuiReportTransactionEffectsFeature = {
        "sui:reportTransactionEffects": {
            reportTransactionEffects: SuiReportTransactionEffectsMethod;
            version: "1.0.0";
        };
    }
    Index

    Properties

    "sui:reportTransactionEffects": {
        reportTransactionEffects: SuiReportTransactionEffectsMethod;
        version: "1.0.0";
    }

    Namespace for the feature.

    Type declaration

    MMNEPVFCICPMFPCPTTAAATR