Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Charger ¶
type Charger interface { //GetNodeChargeFee returns how many tokens charge for transfer 'amount' tokens on token who's address is tokenAddress. GetNodeChargeFee(nodeAddress, tokenAddress common.Address, amount *big.Int) *big.Int }
Charger defines how to charge fee for a mediated node it relates which token and how much to transfer.
Click to show internal directories.
Click to hide internal directories.