Skip to content

Commit

Permalink
remove asset
Browse files Browse the repository at this point in the history
  • Loading branch information
gostkin committed Dec 19, 2023
1 parent 156a74d commit 9cb536a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export class ProjectedNftRangeController extends Controller {
previousTxOutputIndex: data.previous_tx_output_index != null ? parseInt(data.previous_tx_output_index) : null,
actionTxId: data.action_tx_id,
actionOutputIndex: data.action_output_index,
asset: `${data.policy_id}.${data.asset_name}`,
policyId: data.policy_id,
assetName: data.asset_name,
amount: data.amount,
Expand Down Expand Up @@ -106,7 +105,6 @@ export class ProjectedNftRangeController extends Controller {
previousTxOutputIndex: data.previous_tx_output_index != null ? parseInt(data.previous_tx_output_index) : null,
actionTxId: data.action_tx_id,
actionOutputIndex: data.action_output_index,
asset: `${data.policy_id}.${data.asset_name}`,
policyId: data.policy_id,
assetName: data.asset_name,
amount: data.amount,
Expand Down
8 changes: 0 additions & 8 deletions webserver/shared/models/ProjectedNftRange.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,6 @@ export type ProjectedNftRangeResponse = {
* @example 1
*/
previousTxOutputIndex: number | null,

/**
* Asset that relates to Projected NFT event. Consists of 2 parts: PolicyId and AssetName
*
* @pattern [0-9a-fA-F]+.[0-9a-fA-F]+
* @example "96f7dc9749ede0140f042516f4b723d7261610d6b12ccb19f3475278.415045"
*/
asset: string,
/**
* Asset policy id that relates to Projected NFT event
*
Expand Down

0 comments on commit 9cb536a

Please sign in to comment.