package
Version:
v0.5.9
Opens a new window with list of versions in this module.
Published: Jan 6, 2025
License: BSD-3-Clause
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type FeeInfo struct {
BaseFeeWithDecimals uint64 `json:"base_fee_with_decimals"`
PriorityFeeWithDecimals uint64 `json:"priority_fee_with_decimals"`
TotalFeeWithDecimals uint64 `json:"total_fee_with_decimals"`
ComputeUnitPrice uint64 `json:"compute_unit_price"`
}
type TokenAmountInfo struct {
AmountWithDecimals uint64 `json:"amount_with_decimals"`
Decimals uint64 `json:"decimals"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.