Skip to content

Commit 246265b

Browse files
fix type
1 parent c2c7340 commit 246265b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Developers/api/transaction-add.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Create a new asset.
220220

221221
PARAMETER | TYPE | DETAILS
222222
----------|------|--------
223-
`type`| string | Set to `liquidityDeposit`.
223+
`type`| string | Set to `assetCreation`.
224224
`feeE8` (optional) | unsigned 64 bit integer | Amount of coins to spend on transaction fees multiplied by 10^8. For example to send one 0.00000001 coins this value must be 1. This value must be exactly representable value in a 16 bit encoding, see below.
225225
`fee` (optional) | string | Amount of coins to spend on transaction fees. This value must be exactly representable value in a 16 bit encoding, see below.
226226
`name` | string of length 1 to 5 | The name of asset to be created.

0 commit comments

Comments
 (0)