Home > @infiniteobjects/models > PrintButtonSaleRepository > findByTokenAndContract
Find sales of the same partner, token, and contract
Signature:
findByTokenAndContract(partnerId: string, tokenId: string | number, contractAddress: string): Promise<PrintButtonSaleModel[]>;
Parameter | Type | Description |
---|---|---|
partnerId | string | |
tokenId | string | number | |
contractAddress | string |
Returns:
Promise<PrintButtonSaleModel[]>