commit 05c91fd72aac7edfff45b286ade2be3c747583bc parent f4e5f2ec0ea16e4794d6e1b63bdade027fcd394e Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Wed, 10 Feb 2016 14:32:27 +0100 addressing 4134 Diffstat:
| M | integration-bank.rst | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/integration-bank.rst b/integration-bank.rst @@ -62,6 +62,10 @@ The event data must be a `CreateReserveDetail`_: // reserve_pub // mint callback_url: string; + + // list of wire transfer types supported by the bank + // e.g. "SEPA", "test" + wt_types: Array<string> } .. _ReserveCreated: