Polkadot Apps
    Preparing search index...

    Interface ReviveApi

    Minimal typed API shape for Revive.map_account().

    Accepted structurally so this module works with any PAPI typed API that has the Revive pallet, without importing chain-specific descriptors.

    interface ReviveApi {
        tx: { Revive: { map_account(): SubmittableTransaction } };
    }
    Index

    Properties

    Properties

    tx: { Revive: { map_account(): SubmittableTransaction } }