Documentation ¶
Overview ¶
Package fees defines constants for calculating Flow transaction fees.
Index ¶
Constants ¶
View Source
const ( CreateAccountEffort = 70 CreateProxyAccountEffort = 110 DeployContractEffort = 550 FlowTransferEffort = 30 InclusionEffort = 100000000 MinimumAccountBalance = 100000 ProxyTransferEffort = 80 UpdateContractEffort = 480 )
NOTE(siva): These constants need to be updated in line with changes in Flow.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.