Interface ClaimArgs

Arguments required for constructing a Claim instance.

interface ClaimArgs {
    optionInfo: OptionTypeInfo;
    optionTypeId: bigint;
    tokenId: bigint;
    tokenType: 0 | 2;
    typeExists: boolean;
}

Hierarchy (view full)

Properties

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

Generated using TypeDoc