Documentation
    Preparing search index...

    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: SuiReportTransactionEffectsVersion;
        };
    }
    Index

    Properties

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

    Namespace for the feature.

    Type declaration