TrustedGet()

Retrieve Trusted of Round

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

triangle-exclamation
Understanding Connector Objectchevron-right

Function Call

Field

Type

Description

Page

int

Page Number of Trusted

TrustedGet(1);
circle-info

Return value of function: TrustedGetResult

Example

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

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

Was this helpful?