Home > eth-connect > Property
Signature:
export declare class Property<V>
Constructor | Modifiers | Description |
---|---|---|
(constructor)(options) | Constructs a new instance of the Property class |
Property | Modifiers | Type | Description |
---|---|---|---|
getter | string | ||
outputFormatter | (_: any) => V |
Method | Modifiers | Description |
---|---|---|
execute(requestManager, _unusedArgs) | ||
formatOutput(result) | Should be called to format output(result) of method |