![]() |
Unity FlowSDK 2.0.0
FLOW Unity SDK
|
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... | |
Holds account information required when submitting a transaction.
|
getset |
Flow account address.
|
getset |
An error, if one occurs during the account retrieval. Null if no error occurred
|
getset |
Name of the account. Only used for identifying the account within the SDK, not used by the Flow blockchain.
|
getset |
Private key of the account.