Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FeeUnit ¶
type FeeUnit struct { Satoshis Satoshis `json:"satoshis"` // Fee in satoshis of the amount of Bytes Bytes int `json:"bytes"` // Number of bytes that the Fee covers }
FeeUnit specifies how much satoshis will be paid per specific amount of bytes in a transaction see https://github.com/bitcoin-sv-specs/brfc-misc/tree/master/feespec
func (*FeeUnit) IsLowerThan ¶
IsLowerThan compare two fee units
Click to show internal directories.
Click to hide internal directories.