SigningRequestCreateIdentityArguments
Summary
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.
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