FeeAmount_OtherFee - p2p-org/solana-swift GitHub Wiki
FeeAmount.OtherFee
public struct OtherFee: Equatable, Hashable
Inheritance
Equatable
, Hashable
Initializers
init(amount:unit:)
public init(amount: Double, unit: String)
Properties
amount
public var amount: Double
unit
public var unit: String