Struct quarry_mint_wrapper::NewMintWrapperEvent [−][src]
pub struct NewMintWrapperEvent {
pub mint_wrapper: Pubkey,
pub hard_cap: u64,
pub admin: Pubkey,
pub token_mint: Pubkey,
}Expand description
Fields
mint_wrapper: PubkeyThe MintWrapper.
hard_cap: u64Hard cap.
admin: PubkeyThe admin.
token_mint: PubkeyThe Mint of the token.