EthMethod

public struct EthMethod : Decodable

Undocumented

  • Undocumented

    Declaration

    Swift

    public let method: String
  • gas

    Undocumented

    Declaration

    Swift

    public let gas: IntOrString
  • Undocumented

    Declaration

    Swift

    public init(method: String, gas: IntOrString)
  • Declaration

    Swift

    public init(from decoder: Decoder) throws