package
0.0.0-20240909083627-7bb605a9eae3
Repository: https://github.com/calvindc/comm-x.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
GetAccountFeePolicy 获取某个账户的缺省收费,新创建的通道都会按照此缺省设置进行.
No description provided by the author
GetChannelFeeRate get channel's fee rate.
设置某个账户的缺省收费,新创建的通道都会按照此缺省设置进行.
No description provided by the author
# Constants
FeePolicyCombined 以上两种方式的组合.
FeePolicyConstant 每笔交易,不论金额,固定收费.
FeePolicyPercent 每笔交易固定收取一定比例的费用.
# Structs
AccountFee 账户的缺省收费.
AccountTokenFee 某个账户针对某个Token的缺省收费.
No description provided by the author
ChannelParticipantFee 存储通道一方的收费信息.
No description provided by the author
Fee 为了使用方便 外部定义.
TokenFee 针对某种token 的缺省收费,暂不启用.