Skip to content

Commit

Permalink
deploy: 7420597
Browse files Browse the repository at this point in the history
  • Loading branch information
kirushik committed Mar 18, 2024
1 parent 1553ded commit d42ebbf
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions kalatori.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -496,12 +496,15 @@ components:
description: |-
Polkadot address of the recipient.
amount:
type: number
format: float
anyOf:
- type: number
format: float
- type: string
enum: [all]
description: |-
Human-readable amount transferred in the transaction.
Human-readable amount transferred in the transaction (not accounting for the transaction fees).
Numeric value should be a _float_ denominated in the title currency (not in Plancks), `"all"` as a _string_ is passed if it's a `transferAll` or an analogous withdrawal.
TODO: how to handle `transferAll`?
currency:
$ref: '#/components/schemas/CurrencyInfo'
status:
Expand Down

0 comments on commit d42ebbf

Please sign in to comment.