CellDep: StructCodec<{
    dep_type: FixedSizeCodec<"code" | "dep_group", code | dep_group | "code" | "dep_group">;
    out_point: StructCodec<{
        index: FixedSizeCodec<number, string | number>;
        tx_hash: FixedSizeCodec<Uint8Array, string | Uint8Array>;
    }>;
}> = ...

Type declaration

Generated using TypeDoc