Comment on page
PostBuilder
Glossary of the types and interfaces related to the PostBuilder class
type AssetItem = Pick<
PostAsset,
"address" | "networkId" | "type" | "tokenId" | "amount"
>
enum LookingFor {
RESTRICTED = "0",
FLEXIBLE = "1",
OPEN = "2",
}
enum Offer {
RESTRICTED = "0",
OPEN = "1",
}
Last modified 4mo ago