Identity

Registers identity

Registers identity on Mysterium Network smart contracts using Transactor

post/identities/{id}/register

Path parameters

idstring required

Identity address to register

Request body

beneficiarystring

Beneficiary: beneficiary to set during registration. Optional.

feeInt

Operations always take pointer arguments (*Int) rather than Int values, and each unique Int value requires its own unique *Int pointer. To "copy" an Int value, an existing (or newly allocated) Int must be set to a new value using the Int.Set method; shallow copies of Ints are not supported and may lead to errors.

referral_tokenstring

Token: referral token, if the user has one

Response

Identity registered.

Changes