Preparing search index...
The search index is not available
opensea-js - v8.0.8
opensea-js
MintEvent
Type alias MintEvent
Mint
Event
:
BaseEvent
&
{
event_type
:
MINT
|
"mint"
;
nft
:
EventAsset
;
to_address
:
string
;
transaction
:
string
;
}
Mint event type.
Type declaration
event_
type
:
MINT
|
"mint"
nft
:
EventAsset
NFT that was minted
to_
address
:
string
Address the NFT was minted to
transaction
:
string
Transaction hash
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
opensea-js - v8.0.8
Loading...
Mint event type.