StdCheckContract

Undocumented in source.

Members

Functions

calcFees
TagionCurrency calcFees(GasUse use)
Undocumented in source. Be warned that the author may not have intended to support it.
calcFees
const(TagionCurrency) calcFees(immutable(CollectedSignedContract)* exec_contract, TagionCurrency amount, GasUse use)
Undocumented in source. Be warned that the author may not have intended to support it.
validAmount
bool validAmount(immutable(CollectedSignedContract)* exec_contract, TagionCurrency input_amount, TagionCurrency output_amount, GasUse use)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

gas_price
TagionCurrency gas_price;

Fees per TVM instruction

storage_fees
TagionCurrency storage_fees;

Fees per bytes

Inherited Members

From CheckContract

calcFees
const(TagionCurrency) calcFees(immutable(CollectedSignedContract)* exec_contract, TagionCurrency amount, GasUse gas_use)
Undocumented in source.
validAmount
bool validAmount(immutable(CollectedSignedContract)* exec_contract, TagionCurrency input_amount, TagionCurrency output_amount, GasUse use)
Undocumented in source.

Meta