Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f6bbdecb95 |
@@ -22,6 +22,7 @@ interface MintingDetailsProps {
|
|||||||
mintingTokenFromFactory?: TokenInfo
|
mintingTokenFromFactory?: TokenInfo
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export type TokenType = 'fungible' | 'non-fungible'
|
||||||
export interface MintingDetailsDataProps {
|
export interface MintingDetailsDataProps {
|
||||||
numTokens: number
|
numTokens: number
|
||||||
unitPrice: string
|
unitPrice: string
|
||||||
@@ -29,6 +30,7 @@ export interface MintingDetailsDataProps {
|
|||||||
startTime: string
|
startTime: string
|
||||||
paymentAddress?: string
|
paymentAddress?: string
|
||||||
selectedMintToken?: TokenInfo
|
selectedMintToken?: TokenInfo
|
||||||
|
selectesTokenType?: TokenType
|
||||||
}
|
}
|
||||||
|
|
||||||
export const MintingDetails = ({
|
export const MintingDetails = ({
|
||||||
|
|||||||
Reference in New Issue
Block a user