A human-readable dApp identifier, e.g. "ELEVATE".
Note that this field will be slugified using the
Contract.dApp method before it is attached
to the transfer transaction message.
The referral code input that is linked to another
end-user of the dApp. Referral codes permit the dApp to
keep track of new users invitations.
This referral code is required and you can assume that it
is always present in the Referral contract.
Generated using TypeDoc
ReferralParameters
This interface defines the requirements for objects passed as inputs to Referral instances.
Use this interface whenever you are using the
Referral
contract.Following inputs apply to the Referral contract class:
dappIdentifier
string
refCode
string
Using the
ReferralParameters
classOther links
Referral | Contract | Factory
v0.3.0