Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
osteel committed Jun 7, 2023
1 parent 2f549a3 commit 2d351cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ If the asset is an NFT, you can use any string value you like, so long as it is

The quantity sent. For NFTs, that would be `1`.

Be as precise as possible and report all available decimal places.

#### Sent asset is non-fungible

Whether the sent asset is an NFT. This is a boolean value that can be any of `true`, `yes`, `y`, and `1`. If your spreadsheet software allows you to insert checkboxes in your cells, use that.
Expand All @@ -250,6 +252,8 @@ If the asset is an NFT, you can use any string value you like, so long as it is

The quantity received. For NFTs, that would be `1`.

Be as precise as possible and report all available decimal places.

#### Received asset is non-fungible

Whether the received asset is an NFT. This is a boolean value that can be any of `true`, `yes`, `y`, and `1`. If your spreadsheet software allows you to insert checkboxes in your cells, use that.
Expand All @@ -275,6 +279,8 @@ This is the symbol (or ticker) of the asset used to pay for the fee (e.g. `BTC`

The quantity used for the fee.

Be as precise as possible and report all available decimal places.

#### Fee market value

The market value of a fee is its value expressed in pound sterling at the time of the transaction. See [Market value](#market-value) for details.
Expand Down

0 comments on commit 2d351cc

Please sign in to comment.