Type alias NftBidResponse

NftBidResponse: Omit<NftListResponse, "seller_address" | "list_state"> & {
    bid_state: string;
    buyer_address: string;
}

Generated using TypeDoc