Preparing search index...
The search index is not available
@apillon/sdk
@apillon/sdk
ICreateCollection
Interface ICreateCollection
interface
ICreateCollection
{
isRevokable
:
boolean
;
isSoulbound
:
boolean
;
isAutoIncrement
?:
boolean
;
chain
:
EvmChain
;
collectionType
:
CollectionType
;
name
:
string
;
symbol
:
string
;
description
?:
string
;
baseUri
:
string
;
baseExtension
:
string
;
maxSupply
?:
number
;
royaltiesAddress
?:
string
;
royaltiesFees
:
number
;
drop
:
boolean
;
dropStart
?:
number
;
dropPrice
?:
number
;
dropReserve
?:
number
;
}
Hierarchy (
view full
)
ICreateCollectionBase
ICreateCollection
Index
Properties
is
Revokable
is
Soulbound
is
Auto
Increment?
chain
collection
Type
name
symbol
description?
base
Uri
base
Extension
max
Supply?
royalties
Address?
royalties
Fees
drop
drop
Start?
drop
Price?
drop
Reserve?
Properties
is
Revokable
is
Revokable
:
boolean
is
Soulbound
is
Soulbound
:
boolean
Optional
is
Auto
Increment
is
Auto
Increment
?:
boolean
chain
chain
:
EvmChain
collection
Type
collection
Type
:
CollectionType
name
name
:
string
symbol
symbol
:
string
Optional
description
description
?:
string
base
Uri
base
Uri
:
string
base
Extension
base
Extension
:
string
Optional
max
Supply
max
Supply
?:
number
Optional
royalties
Address
royalties
Address
?:
string
royalties
Fees
royalties
Fees
:
number
drop
drop
:
boolean
Optional
drop
Start
drop
Start
?:
number
Optional
drop
Price
drop
Price
?:
number
Optional
drop
Reserve
drop
Reserve
?:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
is
Revokable
is
Soulbound
is
Auto
Increment
chain
collection
Type
name
symbol
description
base
Uri
base
Extension
max
Supply
royalties
Address
royalties
Fees
drop
drop
Start
drop
Price
drop
Reserve
@apillon/sdk
Loading...