Last active
February 17, 2017 19:19
-
-
Save CowboyJim/2d765dc8b13da9c2248e35e259dfddf1 to your computer and use it in GitHub Desktop.
Payment Directory Distributed Application Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Banks": { | |
"0xdbfc61a3657fc9c70356bc93d54e4a23081b0d24": { | |
"name": "National Bank", | |
"routing": "026005092" | |
}, | |
"0x808e096baf29663de55fb8f7b2c23b3cf8f176dd": { | |
"name": "Pine Tree Bank", | |
"routing": "053000196" | |
} | |
}, | |
"Owners": { | |
"id": "123456789", | |
"name": "Jane Doe", | |
"aliases": { | |
"[email protected]": { | |
"type": "email", | |
"bankAddress": "0xdbfc61a3657fc9c70356bc93d54e4a23081b0d24", | |
"account": "123456789" | |
}, | |
"7044519990": { | |
"type": "phone", | |
"bankAddress": "0x808e096baf29663de55fb8f7b2c23b3cf8f176dd", | |
"account": "987654321" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment