opensea-js - v8.0.20
Preparing search index...
MintEvent
Type Alias MintEvent
MintEvent
:
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.20
Loading...
Mint event type.