LoadAccountFromKeyStoreFile

Loads a new account into the server and initializes a new web3 session.

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

Name

Assignable name to identify the account.

FString

Password

The password of the keystore file.

FString

Path

The path of the keystore file.

FString

NodeURL

URL of the provider.

Outputs

TypeDescription

FString

Response

The response.

EErrorCode

Status Code

The status code.

Last updated