Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 2.75 KB

EosSharp--Core--Api--v1--Producer.md

File metadata and controls

49 lines (29 loc) · 2.75 KB

class EosSharp::Core::Api::v1::Producer

Summary

Members Descriptions
public string owner name of the Owner of the Producer
public double total_votes Total votes this producer received.
public string producer_key Public Key of the Producer.
public bool is_active true if Producer is active, false if not
public string url Url pointing to the website of the producer.
public UInt32 unpaid_blocks Number of unpaid Blocks.
public UInt64 last_claim_time Time the Producer last claimed.
public UInt16 location Location of the Producer (ISO-Code)

Members

public string owner

name of the Owner of the Producer

public double total_votes

Total votes this producer received.

public string producer_key

Public Key of the Producer.

public bool is_active

true if Producer is active, false if not

public string url

Url pointing to the website of the producer.

public UInt32 unpaid_blocks

Number of unpaid Blocks.

public UInt64 last_claim_time

Time the Producer last claimed.

public UInt16 location

Location of the Producer (ISO-Code)