createSignatureToListNFTForSale
createSignatureToListNFTForSale: {
messageToSign: string;
order: {
fixedPrice: number;
id: string;
nftOwnerAddress: string;
nftTokenId: string;
orderType: NFTOrderType;
paymentToken: string;
quantity: number;
tokenContract: string;
tokenId: string;
tokenType: TokenType;
};
}
Type declaration
-
messageToSign: string
-
order: {
fixedPrice: number;
id: string;
nftOwnerAddress: string;
nftTokenId: string;
orderType: NFTOrderType;
paymentToken: string;
quantity: number;
tokenContract: string;
tokenId: string;
tokenType: TokenType;
}
-
fixedPrice: number
-
id: string
-
nftOwnerAddress: string
-
nftTokenId: string
-
orderType: NFTOrderType
-
paymentToken: string
-
quantity: number
-
tokenContract: string
-
tokenId: string
-
tokenType: TokenType