Helper function for creating {StateTransitionWASM} for Identity transitions
To create an IdentityCreateTransition, you should pass a params.assetLockProof object containing all necessary AssetLockProof data to make the transaction. Both InstantSend and ChainLock AssetLock proofs supported
Please refer to Identity.spec.js or README for example commands
{string} type of transition, must be a one of ('create' | 'update' | 'topUp' | 'creditTransfer' | 'withdrawal')
{IdentityTransitionParams} params
Get current balance of your Identity by identifier
{IdentifierLike} Identifier of an identity
Retrieves Identity by identifier from the network
{IdentifierLike} identifier
Retrieves an Identity from the network by non-unique public key hash (like Voter Identity, SHA160)
{string} public key hash value in hex, should be a length of 40
Retrieves an Identity from the network by give public key hash
{string} public key hash value in hex, should be a length of 40
Get Identity Nonce (usually used by Identity transitions)
Retrieve given Identity's public keys
{IdentifierLike}
OptionalkeyIds: number[]{=number[]} optional, specific keyIds to request
Collection of methods to query identities and its related data