TrustedGet()

Retrieve Trusted of Round

Before calling the function make sure you have the Connector object initialized.

Need Monitor compiled node

pageUnderstanding Connector Object

Function Call

Field

Type

Description

Page

int

Page Number of Trusted

TrustedGet(1);

Return value of function: TrustedGetResult

Example

Connector connect_ = new Connector("95.111.224.219", 9091);
NodeApi.TokenInfoResult TokenInfo = connect_.TokenInfoGet("4SFfA1S2xfA3BdgkTn2tK14yDhLuD11RVz78kqx35jct");
Console.WriteLine(TokenInfo);

Return value of function: TrustedGetResult

Output of Example

Output is printed via ObjectDumper

{TrustedGetResult}
  Status: {APIResponse}
    Code: 0
    Message: "Success: "
  Pages: 0
  Writers: ...

Last updated