GetWallet Method

Treatail NEO Core Logic

Treatail.NEO

WalletHelper..::..GetWallet Method

Gets a wallet from the provided private key

Namespace:  Treatail.NEO.Core.Logic
Assembly:  Treatail.NEO.Core (in Treatail.NEO.Core.dll)

Syntax


public static Wallet GetWallet(
	string privateKeyHex
)
Public Shared Function GetWallet ( _
	privateKeyHex As String _
) As Wallet
public:
static Wallet^ GetWallet(
	String^ privateKeyHex
)

Parameters

privateKeyHex
Type: String
string - hex string of the private key

Return Value

Wallet - the requested wallet object