Skip to content

FeeAmount

bigearsenal edited this page May 17, 2022 · 1 revision

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 
Types
Protocols
Global Typealiases
Global Variables
Global Functions
Operators
Extensions
Clone this wiki locally