A Demos instance to communicate with the RPC.
The payload to add the identity to.
The response from the RPC call.
Add a twitter identity to the GCR.
A Demos instance to communicate with the RPC.
The payload to add the identity to.
The response from the RPC call.
Get the identities associated with an address.
A Demos instance to communicate with the RPC.
Optional
address: stringThe address to get identities for.
The identities associated with the address.
Get the web2 identities associated with an address.
A Demos instance to communicate with the RPC.
Optional
address: stringThe address to get identities for.
The identities associated with the address.
Get the crosschain identities associated with an address.
A Demos instance to communicate with the RPC.
Optional
address: stringThe address to get identities for.
The identities associated with the address.
Infer an identity from either a crosschain payload or a web2 proof.
A Demos instance to communicate with the RPC.
The context of the identity to infer.
The payload to infer the identity from.
The validity data of the identity transaction.
Infer a web2 identity from a proof payload.
A Demos instance to communicate with the RPC.
The payload to infer the identity from.
The validity data of the identity transaction.
Infer a crosschain identity from a signature.
A Demos instance to communicate with the RPC.
The payload to infer the identity from.
The validity data of the identity transaction.
Remove a crosschain identity associated with an address.
A Demos instance to communicate with the RPC.
The payload to remove the identity from.
The response from the RPC call.
Remove a web2 identity from the network.
A Demos instance to communicate with the RPC.
The payload to remove the identity.
The response from the RPC call.
Remove a crosschain identity from the network.
A Demos instance to communicate with the RPC.
The payload to remove the identity.
The response from the RPC call.
Add a github identity to the GCR.