Skip to content

Commit

Permalink
Merge pull request #123 from fireblocks/cahyofireblocks-patch-5
Browse files Browse the repository at this point in the history
DOC-2328 request
  • Loading branch information
SlavaSereb authored Dec 13, 2024
2 parents af3bd58 + e756807 commit 91ebea5
Showing 1 changed file with 20 additions and 34 deletions.
54 changes: 20 additions & 34 deletions api-spec-scalar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19295,22 +19295,19 @@ components:
example: MEDIUM
fee:
description: >-
For UTXO-based blockchains, the fee per bytes in the asset’s
smallest unit (Satoshi, Latoshi, etc.). For Ripple, the fee for the
transaction. Fireblocks recommends using a numeric string for
accurate precision. Although a number input exists, it is
deprecated.
For UTXO-based blockchains, the fee per vbytes in the asset’s smallest unit (Satoshi, Latoshi, etc.).
For Ripple, the fee for the transaction. Fireblocks recommends using a numeric string for accurate precision.
oneOf:
- type: string
description: Numeric string (recommended)
- type: number
description: Number (deprecated)
priorityFee:
description: >-
For Ethereum-based blockchains only, the fee for EIP-1559
transaction pricing mechanism. Value is in Gwei. Fireblocks
recommends using a numeric string for accurate precision. Although a
number input exists, it is deprecated.
For Ethereum-based blockchains only, the fee for EIP-1559 transaction pricing mechanism.
Value is in Gwei. Fireblocks recommends using a numeric string for accurate precision.
Although a number input exists, it is deprecated.
Note: `maxFee` needs to be passed along with the `priorityFee`.
oneOf:
- type: string
description: Numeric string (recommended)
Expand All @@ -19326,10 +19323,10 @@ components:
to avoid getting stuck with no confirmations.
maxFee:
description: >-
The maximum fee (gas price or fee per byte) that should be payed for
the transaction. In case the current value of the requested
`feeLevel` is higher than this requested maximum fee. Represented
by a numeric string for accurate precision.
The maximum fee (gas price or fee per byte) that should be payed for the transaction.
In case the current value of the requested `feeLevel` is higher than this requested maximum fee.
Represented by a numeric string for accurate precision.
Note: `priorityFee` needs to be passed along with the `maxFee`.
type: string
example: '120'
gasLimit:
Expand Down Expand Up @@ -19361,27 +19358,16 @@ components:
description: Number (deprecated)
networkFee:
description: >
For EVM-based blockchains only. The total transaction fee in the

blockchain’s largest unit. Note: Only two of the three arguments can
be

specified in a single transaction: `gasLimit`, `gasPrice` and

`networkFee`. Fireblocks recommends using a numeric string for
accurate

precision. Although a number input exists, it is deprecated. - The

transaction blockchain fee.


- For Ethereum, you can't pass `gasPrice`, `gasLimit` and
`networkFee` all

together.


For EVM-based blockchains only. The total transaction fee in the blockchain’s largest unit.

Note: Only two of the three arguments can be specified in a single transaction: `gasLimit`, `gasPrice`, and `networkFee`.

Also, please note that networkFeeand gasPrice cannot be passed together since one is used to calculate the other.

Fireblocks recommends using a numeric string for accurate precision.

Although a number input exists, it is deprecated.
- The transaction blockchain fee.
- A numeric value representation is required.
oneOf:
- type: string
Expand Down

0 comments on commit 91ebea5

Please sign in to comment.