Skip to main content

Type alias: GOperation<DataType, ReadType, TakeType, BlockType, StoreType, CallType>

type GOperation<DataType, ReadType, TakeType, BlockType, StoreType, CallType>:
| GData<DataType>
| GRead<ReadType>
| GTake<TakeType>
| GStore<StoreType>
| GBlock<BlockType>
| GCall<CallType>;

Represents a generic operation that can be one of several types.

Type parameters

DataType

ReadType

TakeType

BlockType

StoreType

CallType


Coinweb © 2024