TrustedGet()
Retrieve Trusted of Round
Before calling the function make sure you have the Connector object initialized.
Need Monitor compiled node
Function Call
Field
Type
Description
Page
int
Page Number of Trusted
TrustedGet(1);
Example
Connector connect_ = new Connector("95.111.224.219", 9091);
NodeApi.TokenInfoResult TokenInfo = connect_.TokenInfoGet("4SFfA1S2xfA3BdgkTn2tK14yDhLuD11RVz78kqx35jct");
Console.WriteLine(TokenInfo);
Output of Example
Output is printed via ObjectDumper
{TrustedGetResult}
Status: {APIResponse}
Code: 0
Message: "Success: "
Pages: 0
Writers: ...
Last updated
Was this helpful?