stack

Home > @infiniteobjects/models > PrintButtonSaleRepository > findByTokenAndContract

PrintButtonSaleRepository.findByTokenAndContract() method

Find sales of the same partner, token, and contract

Signature:

findByTokenAndContract(partnerId: string, tokenId: string | number, contractAddress: string): Promise<PrintButtonSaleModel[]>;

Parameters

Parameter Type Description
partnerId string  
tokenId string | number  
contractAddress string  

Returns:

Promise<PrintButtonSaleModel[]>