Type alias RustResult<T>

RustResult<T>: {
    ok: T;
} | {
    error: string;
}

Type Parameters

  • T

©2020 - 2024 Oraichain Foundation