Last active
September 30, 2020 02:53
-
-
Save nov/b8be7b50db48862784b470c1ae6c1718 to your computer and use it in GitHub Desktop.
ドコモ口座 KYC is..
This file contains 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
identity_x = proof_identity(entity_x) | |
proofed_bank_identity = identity_x | |
proofed_payment_identity = bank_identity | |
if assume_entity(proofed_payment_identity) == assume_entity(proofed_bank_identity) | |
:OK | |
else | |
:NG |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment