CreateWalletAndKeystoreFile

Creates a new wallet AND stores a keystore file.

These are no longer used as of Unreal 0.4.0. Use private key in write method instead!

This method isn't available in the Unreal Marketplace version. It requires the version available on our Github! It also doesn't work on the Mac version.

Inputs

TypeNameDescription

FString

Path

Where to store a keystore.

FString

Password

The password that will encrypt our KeyStore File.

Outputs

TypeDescription

FString

Response

The response.

EErrorCode

Status Code

The status code.

Last updated