Polkadot Apps
    Preparing search index...

    Type Alias Result<T, E>

    Result: { ok: true; value: T } | { error: E; ok: false }

    Lightweight Result type for operations that can fail expectedly.

    Type Parameters

    • T
    • E