Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.33 KB

EosioSigningRequest--InfoPair.md

File metadata and controls

29 lines (17 loc) · 1.33 KB

class EosioSigningRequest::InfoPair

Summary

Members Descriptions
public string Key Metadata Key.
public object Value Metadata Value.
public InfoPair() Default Constructor.
public InfoPair(string key, object value) Constructor with Key and Value mParameters.

Members

public string Key

Metadata Key.

public object Value

Metadata Value.

public InfoPair()

Default Constructor.

public InfoPair(string key, object value)

Constructor with Key and Value mParameters.