m10io / tokeninc-smart-contracts

Ethereum Solidity Smart Contracts for Token, Inc.
3 stars 6 forks source link

New Method: `linkAccount(Data storage self, address admin, uint accountNumber, address newAccountAddress)` #7

Closed Ryanmtate closed 6 years ago

Ryanmtate commented 6 years ago

Add a method for any allowed account (MSB, Bank, KYC Provider) to link another account to an address.

Questions:

  1. Who receives the fee when the method is called?