Interface OptionTypeArgs

Arguments required for constructing an OptionType instance.

interface OptionTypeArgs {
    optionInfo: OptionTypeInfo;
    optionTypeId: bigint;
    typeExists: boolean;
}

Hierarchy (view full)

Properties

optionInfo: OptionTypeInfo
optionTypeId: bigint
typeExists: boolean

Generated using TypeDoc