TzKTTransactionGroup

public struct TzKTTransactionGroup : Codable, Hashable, Identifiable, CustomStringConvertible

Artifical object used to group related transactions into a more user friendly display For example, 1 contract call can reuslt in many transactions being returned. To avoid the users UI being clogged, we group all them into 1 group, so the user only needs to see 1 item for 1 action they performed

Properties

CustomStringConvertible

  • Declaration

    Swift

    public var description: String { get }

Hashable

  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)
  • Declaration

    Swift

    public static func == (lhs: TzKTTransactionGroup, rhs: TzKTTransactionGroup) -> Bool