Interface: ISafeTransfer
Hierarchy​
MobxClearInstance
<typeofSafeTransfer
>↳
ISafeTransfer
Properties​
address​
• address: string
Inherited from​
MobxClearInstance.address
fees​
• fees: (_value
: string
) => "0"
Type declaration​
â–¸ (_value
): "0"
Parameters​
Name | Type |
---|---|
_value | string |
Returns​
"0"
Inherited from​
MobxClearInstance.fees
feesFormula​
• feesFormula: string
Inherited from​
MobxClearInstance.feesFormula
reward​
• reward: (_value
: string
, _stakingValue
: string
, _fees
: string
) => "0"
Type declaration​
â–¸ (_value
, _stakingValue
, _fees
): "0"
Parameters​
Name | Type |
---|---|
_value | string |
_stakingValue | string |
_fees | string |
Returns​
"0"
Inherited from​
MobxClearInstance.reward
rewardFormula​
• rewardFormula: string
Inherited from​
MobxClearInstance.rewardFormula
synced​
• synced: boolean
Inherited from​
MobxClearInstance.synced
Methods​
setData​
â–¸ setData(data
): void
Parameters​
Name | Type |
---|---|
data | ISafeTransferItem |
Returns​
void
Inherited from​
MobxClearInstance.setData