Skip to content

Commit

Permalink
Updated the name from asset_id to asset_address
Browse files Browse the repository at this point in the history
  • Loading branch information
kpachhai committed Dec 10, 2024
1 parent 165229d commit 9fd87b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/create_asset.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ var (
)

type CreateAssetResult struct {
AssetAddress string `serialize:"true" json:"asset_id"`
AssetAddress string `serialize:"true" json:"asset_address"`
AssetBalance uint64 `serialize:"true" json:"asset_balance"`
DatasetParentNftAddress string `serialize:"true" json:"nft_id"`
DatasetParentNftAddress string `serialize:"true" json:"dataset_parent_nft_address"`
}

func (*CreateAssetResult) GetTypeID() uint8 {
Expand Down

0 comments on commit 9fd87b8

Please sign in to comment.