NFT Trader
Ask or search…
K
Comment on page

PostBuilder

Glossary of the types and interfaces related to the PostBuilder class

Index

AssetItem

type AssetItem = Pick<
PostAsset,
"address" | "networkId" | "type" | "tokenId" | "amount"
>

LookingFor

enum LookingFor {
RESTRICTED = "0",
FLEXIBLE = "1",
OPEN = "2",
}

Offer

enum Offer {
RESTRICTED = "0",
OPEN = "1",
}