Skip to content

Instantly share code, notes, and snippets.

@ramontayag
Last active May 19, 2017 05:50
Show Gist options
  • Save ramontayag/e4d8bfcce0e9191a6e2ea227d37728aa to your computer and use it in GitHub Desktop.
Save ramontayag/e4d8bfcce0e9191a6e2ea227d37728aa to your computer and use it in GitHub Desktop.
Stellar TOML for forwarders
  • operational_days: 0 - Sunday, 7 - Saturday
  • operational_hours: business hours (during business days) in UTC
  • what about currencies (since some of these can accept more than one currency?)
[[FORWARD]]
code = "SWIFTCODE"
completion_estimate_in_seconds = 900
name = "BDO Unibank"
operational_days = [1, 2, 3, 4, 5]
operational_hours = ["0100-0400", "0500-1000"]
type = "bank"
[[FORWARD]]
code = "WEMAKETHISUP" # since there is no standard for these cash pick up centers
completion_estimate_in_seconds = 10000
name = "LBCExpress"
operational_days = [0, 1, 2, 3, 5, 6]
operational_hours = ["0100-0400", "0500-1000"]
type = "remittance_center"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment