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.
An optional welcome message that is attached to a contract
operation. Welcome message are merely a way to greet new users
and currently do not fill any other purpose.
Note that the welcome message is optional in the Welcome
contract and may be omitted.
Generated using TypeDoc
WelcomeParameters
This interface defines the requirements for objects passed as inputs to Welcome instances.
Use this interface whenever you are using the
Welcome
contract.Following inputs apply to the Welcome contract class:
dappIdentifier
string
message
string
Using the
WelcomeParameters
classOther links
Welcome | Contract | Factory
v0.3.0