//
pkg.gl
Category
github.com/jsambuo/go-cardano-serialization
fees
package
0.0.4
Repository:
https://github.com/jsambuo/go-cardano-serialization.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
1
Files
10 SLOC
#
Functions
NewLinearFee
NewLinearFee returns a pointer to a new LinearFee from the provided params.
#
Structs
LinearFee
LinearFee contains parameters for the linear fee equation `TxFeeFixed + len_bytes(tx) * TxFeePerByte`.