Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.88 KB

types.md

File metadata and controls

55 lines (37 loc) · 1.88 KB

Module: types

Enumerations

Interfaces

Type Aliases

CreateMakerCollectionOfferInput

Ƭ CreateMakerCollectionOfferInput: Omit<CreateMakerInput, "strategyId" | "itemIds">


CreateMakerCollectionOfferWithProofInput

Ƭ CreateMakerCollectionOfferWithProofInput: Omit<CreateMakerInput, "strategyId">


EIP712TypedData

Ƭ EIP712TypedData: Record<string, TypedDataField[]>

EIP712 type data


SolidityType

Ƭ SolidityType: "bool" | "address" | "uint8" | "uint16" | "uint112" | "uint256" | "uint256[]" | "bytes" | "bytes32" | "bytes32[]" | "string"

Solidity types (used for EIP-712 types)