Module: types
Enumerations
Interfaces
- Addresses
- BatchTransferItem
- ChainInfo
- ContractMethods
- CreateMakerAskOutput
- CreateMakerBidOutput
- CreateMakerInput
- Maker
- MerkleTree
- MerkleTreeProof
- Referrer
- SignMerkleTreeOrdersOutput
- StrategyInfo
- Taker
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)