Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 5.48 KB

EosSharp--Core--Api--v1--Abi.md

File metadata and controls

53 lines (32 loc) · 5.48 KB

Abi

Summary

Members Descriptions
public string version ABI-Version used for the ABI.
public List< AbiType> types List of Types contained in the ABI.
public List< AbiStruct> structs List of Structs contained in the ABI.
public List< AbiAction> actions List of Actions contained in the ABI.
public List< AbiTable> tables List of Tables contained in the ABI.
public List< AbiRicardianClause> ricardian_clauses List of Ricardian Clauses contained in the ABI.
public List< string > error_messages List of Error Messages contained in the ABI.
public List< Extension> abi_extensions List of Ricardian Clauses contained in the ABI.
public List< Variant> variants List of Variants contained in the ABI.

Members

public string version

ABI-Version used for the ABI.

public List< AbiType**> ** types

List of Types contained in the ABI.

public List< AbiStruct**> ** structs

List of Structs contained in the ABI.

public List< AbiAction**> ** actions

List of Actions contained in the ABI.

public List< AbiTable**> ** tables

List of Tables contained in the ABI.

public List< AbiRicardianClause**> ** ricardian_clauses

List of Ricardian Clauses contained in the ABI.

public List< string > error_messages

List of Error Messages contained in the ABI.

public List< Extension**> ** abi_extensions

List of Ricardian Clauses contained in the ABI.

public List< Variant**> ** variants

List of Variants contained in the ABI.