FeeAmount - p2p-org/solana-swift GitHub Wiki
FeeAmount
public struct FeeAmount: Equatable, Hashable
Inheritance
Equatable
, Hashable
Initializers
init(transaction:accountBalances:deposit:others:)
public init(transaction: UInt64, accountBalances: UInt64, deposit: UInt64 = 0, others: [OtherFee]? = nil)
Properties
transaction
public var transaction: UInt64
accountBalances
public var accountBalances: UInt64
deposit
public var deposit: UInt64
others
public var others: [OtherFee]?
total
public var total: UInt64
zero
public static var zero: Self