ContractLog

public struct ContractLog : Decodable

Represents Contract Log object from blockchain

  • Undocumented

    Declaration

    Swift

    public let address: String
  • Undocumented

    Declaration

    Swift

    public let calledMethodsHashes: [String]
  • Undocumented

    Declaration

    Swift

    public let data: String
  • Undocumented

    Declaration

    Swift

    public init(address: String, calledMethodsHashes: [String], data: String)
  • Declaration

    Swift

    public init(from decoder: Decoder) throws