Skip to content

Instantly share code, notes, and snippets.

@nov
Last active September 30, 2020 02:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nov/b8be7b50db48862784b470c1ae6c1718 to your computer and use it in GitHub Desktop.
Save nov/b8be7b50db48862784b470c1ae6c1718 to your computer and use it in GitHub Desktop.
ドコモ口座 KYC is..
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