Interface OptionArgs

Arguments required to construct an Option instance.

interface OptionArgs {
    optionInfo: OptionTypeInfo;
    optionTypeId: bigint;
    tokenId: bigint;
    tokenType: 0 | 1;
    typeExists: boolean;
}

Hierarchy (view full)

Properties

optionInfo: OptionTypeInfo
optionTypeId: bigint
tokenId: bigint
tokenType: 0 | 1
typeExists: boolean

Generated using TypeDoc