Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.73 KB

EosSharp--Core--Api--v1--AbiTable.md

File metadata and controls

34 lines (20 loc) · 1.73 KB

class EosSharp::Core::Api::v1::AbiTable

Summary

Members Descriptions
public string name Name of the Table.
public string index_type index-type of the primary index
public List< string > key_names Key-Names of the Table.
public List< string > key_types Key-Types of the Table.
public string type Type of the Table-Rows.

Members

public string name

Name of the Table.

public string index_type

index-type of the primary index

public List< string > key_names

Key-Names of the Table.

public List< string > key_types

Key-Types of the Table.

public string type

Type of the Table-Rows.