m10io / tokeninc-smart-contracts

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

New Method: `calculateTransactionFees(address from, address to, uint amount)` #6

Closed Ryanmtate closed 6 years ago

Ryanmtate commented 6 years ago

Add a method to determine what the transactions fees should be between any two parties.

This function should reference both account's KYC information and determine what the effective rate should be.