@protokol/nft-exchange-api
Version:
REST API For Exchange NFT Functionality
20 lines (19 loc) • 513 B
TypeScript
import { Contracts } from "@arkecosystem/core-api";
export declare class BidCancelResource implements Contracts.Resource {
/**
* Return the raw representation of the resource.
*
* @param {*} resource
* @returns {object}
* @memberof Resource
*/
raw(resource: any): object;
/**
* Return the transformed representation of the resource.
*
* @param {*} resource
* @returns {object}
* @memberof Resource
*/
transform(resource: any): object;
}