RequestToSign
Sends a request to sign a message to the user's WalletConnect'd wallet.
Inputs
Type | Name | Description |
---|---|---|
FString | MessageToSign | The message that they will be presented to sign. |
Outputs
Type | Description | |
---|---|---|
FString | SignedMessage | The signed message. |
EErrorCode | Status Code | The status code. |
Last updated