Transaction

public final class Transaction : ECHOCodable, Decodable

Class used to represent a generic Graphene transaction.

  • Undocumented

    Declaration

    Swift

    public func toJSON() -> Any?
  • Undocumented

    Declaration

    Swift

    public func toData() -> Data?
  • Declaration

    Swift

    public init(from decoder: Decoder) throws