From 0e650e78865fef95adc61021dabce4f294c83ad4 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 17 Feb 2020 20:34:20 +0100 Subject: bank API split, bank access API docs --- core/api-common.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'core/api-common.rst') diff --git a/core/api-common.rst b/core/api-common.rst index 9584f240..a7ebe3a7 100644 --- a/core/api-common.rst +++ b/core/api-common.rst @@ -335,6 +335,14 @@ Internally, amounts are parsed into the following object: } +An amount that is prefixed with a ``+`` or ``-`` character is also used in certain contexts. +When no sign is present, the amount is assumed to be positive. + +.. ts:def:: SignedAmount + + type SignedAmount = string; + + -------------- Binary Formats -------------- -- cgit v1.2.3