Unity FlowSDK 2.0.0
FLOW Unity SDK
Loading...
Searching...
No Matches
DapperLabs.Flow.Sdk.SdkAccount Class Reference

Holds account information required when submitting a transaction. More...

Properties

string Name [get, set]
 Name of the account. Only used for identifying the account within the SDK, not used by the Flow blockchain. More...
 
string Address [get, set]
 Flow account address. More...
 
string PrivateKey [get, set]
 Private key of the account. More...
 
FlowError Error [get, set]
 An error, if one occurs during the account retrieval. Null if no error occurred More...
 

Detailed Description

Holds account information required when submitting a transaction.

Property Documentation

◆ Address

string DapperLabs.Flow.Sdk.SdkAccount.Address
getset

Flow account address.

◆ Error

FlowError DapperLabs.Flow.Sdk.SdkAccount.Error
getset

An error, if one occurs during the account retrieval. Null if no error occurred

◆ Name

string DapperLabs.Flow.Sdk.SdkAccount.Name
getset

Name of the account. Only used for identifying the account within the SDK, not used by the Flow blockchain.

◆ PrivateKey

string DapperLabs.Flow.Sdk.SdkAccount.PrivateKey
getset

Private key of the account.