SigningRequestCreateIdentityArguments

Summary

Members
Descriptions

Callback where the identity should be delivered.

Chain to use, defaults to EOS if omitted.

Requested account name of identity. Defaults to placeholder (any identity) if omitted.

Requested account permission. Defaults to placeholder (any permission) if omitted.

Optional metadata to pass along with the request.

Members

public object Callback

Callback where the identity should be delivered.

public string ChainId

Chain to use, defaults to EOS if omitted.

public string Account

Requested account name of identity. Defaults to placeholder (any identity) if omitted.

public string Permission

Requested account permission. Defaults to placeholder (any permission) if omitted.

public object Info

Optional metadata to pass along with the request.

Last updated