ECHONotification

public struct ECHONotification : Decodable

Represent notification from chain

  • Undocumented

    Declaration

    Swift

    public let method: String
  • Undocumented

    Declaration

    Swift

    public let params: ECHOResponseResult
  • Declaration

    Swift

    public init(from decoder: Decoder) throws